changing shared key
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<form enctype="multipart/form-data" action="/rowers/access/share/" method="post">
|
<form enctype="multipart/form-data" action="/rowers/access/share/" method="post">
|
||||||
{% csrf_token %}
|
{% 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>
|
<label for="id_ndays">Number of days link is valid:</label>
|
||||||
<input name="ndays" id="id_ndays" type="number" step="1" value="7">
|
<input name="ndays" id="id_ndays" type="number" step="1" value="7">
|
||||||
<input type="submit" value="create shareable link">
|
<input type="submit" value="create shareable link">
|
||||||
|
|||||||
Reference in New Issue
Block a user