forked from expo/troggle
extending logbook entry edit
This commit is contained in:
@@ -40,10 +40,10 @@
|
||||
<br /><br />
|
||||
<label for="others">Other names (comma separated) <a href="/aliases/{{year}}">[valid aliases]</a></label>
|
||||
<input {% if not user.username %} disabled{% endif %}
|
||||
label = "others" name = "others" size="20"
|
||||
label = "others" name = "others" size="{% if lenothers %}{{lenothers}}{% else %}20{% endif %}"
|
||||
title="Everyone else involved"
|
||||
{% if others %}value="{{others}}"{% else %}placeholder="Phil T, Chas, Planc" {% endif %}
|
||||
required />
|
||||
/>
|
||||
<br /><br />
|
||||
<label for="place">Place: cave name, or 'plateau', 'topcamp' etc.</label>
|
||||
<input {% if not user.username %} disabled{% endif %}
|
||||
@@ -60,7 +60,7 @@
|
||||
required />
|
||||
<br /><br />
|
||||
<textarea {% if not user.username %} disabled{% endif %}
|
||||
rows="5" cols="60"
|
||||
rows="{% if textrows%}{{textrows}}{% else %}5{% endif %}" cols="70"
|
||||
label = "" name = "text"
|
||||
required />{% if entry %}{{entry}}{% else %}We had a lot of fun...{% endif %}
|
||||
</textarea>
|
||||
|
||||
Reference in New Issue
Block a user