Private
Public Access
1
0

ruptures 2

This commit is contained in:
Sander Roosendaal
2021-05-26 13:10:46 +02:00
parent d4d6ba5922
commit fc40296a98
3 changed files with 49 additions and 0 deletions

View File

@@ -59,6 +59,17 @@
<td>
</tr>
</table>
<h1>Feeling lucky?</h1>
<p>
<form enctype="multipart/form-data" method="post">
<input type="hidden" name="ruptures" value="ruptures">
<table width=100%>
{{ ruptureform.as_table }}
</table>
{% csrf_token %}
<input class="button" type="submit" value="I'm feeling lucky">
</form>
</p>
<h1>Interval Shorthand</h1>
<p>
See the how-to <a href="#howto">at the bottom of this page</a> for details on how to use this form.