2
0
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:
2025-02-17 23:01:56 +02:00
parent c23e93d7a7
commit 95190324fb
2 changed files with 18 additions and 6 deletions

View File

@@ -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/>