mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-02 11:31:03 +01:00
final final final: logbook edit form (humph)
This commit is contained in:
@@ -93,8 +93,15 @@
|
||||
{% if tu %}value="{{tu}}"{% else %}placeholder="0.1" {% endif %}
|
||||
/>
|
||||
<br /><br />
|
||||
<label for="who_are_you">Who are you, editing this logbook entry?</label>
|
||||
<input {% if not user.username %} disabled{% endif %}
|
||||
Identified login
|
||||
<input type="checkbox" name="identified_login" onclick="return false" id="id_identified_login"
|
||||
{% if identified_login %} checked{% endif %} ">
|
||||
<br /><br />
|
||||
|
||||
<label for="who_are_you">Who are you, editing this logbook entry?</label>
|
||||
<input
|
||||
{% if not user.username %} disabled{% endif %}
|
||||
{% if identified_login %} readonly{% 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/>
|
||||
|
||||
Reference in New Issue
Block a user