2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 11:47:07 +00:00
This commit is contained in:
2025-02-17 22:44:27 +02:00
parent 61c0f91088
commit c23e93d7a7

View File

@@ -242,10 +242,15 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
placeholder="['caves-1623/148/148-2007.svx']" value="{{survex}}" />
<br>
<label for="id_identified_login">Identified login:</label>
<input type="checkbox" name="identified_login" onclick="return false" id="id_identified_login"><br />
<input type="checkbox" name="identified_login" onclick="return false"
{% if identified_login %} checked{% endif %}
id="id_identified_login"><br />
<br>
<label for="who_are_you">Who are you:</label>
<input {% if not user.username %} disabled{% endif %}
<input
{% if not user.username %} disabled{% endif %}
{% if identified_login %} readonly{% endif %}
value="{{who_are_you}}"
label = "Who are you" name = "who_are_you" size ="{{freetextsize}}"
title="Who are you:"
placeholder="You who are editing this page e.g. Animal <mta@gasthof.expo>" value="{{who_are_you}}" required/>