working but not passing test_analysis
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user