2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-22 17:26:04 +01:00

Upload drawings now using git_add()

This commit is contained in:
2024-12-29 22:53:26 +00:00
parent 2623af92c4
commit 1ddd4da27b
2 changed files with 60 additions and 31 deletions
+9 -2
View File
@@ -8,8 +8,15 @@
<p style="font-family: monospace; font-weight: bold; font-size: 130%; text-align: center">
<div style = "max-width:35%; margin-left:20%; text-align: center; " >
<form method ='post' enctype ="multipart/form-data">
{% csrf_token %}
<br>
{% csrf_token %}
<br /><br /> <br /><br />
<label for="who_are_you">Who are you, uploading these files?</label>
<br /><br />
<input {% if not user.username %} disabled{% endif %}
label = "Who are you" name = "who_are_you" size ="70"
title="Who are you"
placeholder="editor's name for version control e.g. 'Animal <mta@gasthof.expo>'" value="{{who_are_you}}" required/>
<br /><br /> <br>
<input class="fancybutton" type = "file" multiple="multiple"
name = "uploadfiles" id="uploadfiles" />
<br><br><br>