mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 19:37:09 +00:00
bugfix
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user