mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
parent
44703d5889
commit
85467c19ce
6 changed files with 91 additions and 57 deletions
|
|
@ -6,7 +6,12 @@
|
|||
{% csrf-field %}
|
||||
<p class="widget">
|
||||
<label for="target">{% i18n username-prompt %}</label>
|
||||
<input type="text" name="target" id="target" value="{{target}}" required {% ifunequal target "" %}disabled{% endifunequal %}/>
|
||||
{% ifequal target "" %}
|
||||
<input type="text" name="target" id="target" value="{{target}}" required/>
|
||||
{% else %}
|
||||
<span class="pseudo-input">{{target}}</span>
|
||||
<input type="hidden" name="target" id="target" value="{{target}}" required/>
|
||||
{% endifequal %}
|
||||
</p>
|
||||
<p class="widget">
|
||||
<label for="pass1">{% i18n new-pass-prompt %}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue