Private
Public Access
1
0

changing shared key

This commit is contained in:
Sander Roosendaal
2020-04-19 17:26:15 +02:00
parent 8955dc595e
commit 3f5c8f222e

View File

@@ -42,7 +42,7 @@
<p>
<form enctype="multipart/form-data" action="/rowers/access/share/" method="post">
{% csrf_token %}
<input name="url" value="{{ request.path }}{{ timeperiod }}/" type="hidden">
<input name="url" value="/rowers/sessions/print/user/{{ rower.user.id }}/{{ 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">