Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-03-30 22:14:52 +02:00
parent 512443c16a
commit 13b11a9ccd

View File

@@ -37,6 +37,8 @@
</table>
{% endfor %}
{% if not user.is_anonymous %}
<p>
<form enctype="multipart/form-data" action="/rowers/access/share/" method="post">
{% csrf_token %}
@@ -46,6 +48,7 @@
<input type="submit" value="create shareable link">
</form>
</p>
{% endif %}
{% endblock %}