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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user