Private
Public Access
1
0

working but not passing test_analysis

This commit is contained in:
Sander Roosendaal
2020-03-30 21:56:04 +02:00
parent 619bb097e9
commit db4d16e8d9
9 changed files with 143 additions and 8 deletions

View File

@@ -37,8 +37,15 @@
</table>
{% endfor %}
<p>
<form enctype="multipart/form-data" action="/rowers/access/share/" method="post">
{% csrf_token %}
<input name="url" value="{{ request.path }}{{ timeperiod }}/" type="hidden">
<label for="id_ndays">Number of days link is valid:</label>
<input name="ndays" id="id_ndays" type="number" step="1" value="7">
<input type="submit" value="create shareable link">
</form>
</p>
{% endblock %}