Commit 444734a8 authored by JC Brand's avatar JC Brand

Add form_username.html (should have been added in earlier commit)

parent 67418b30
{[ if (label) { ]}
<label>
{{label}}
</label>
{[ } ]}
<div class="input-group">
<input name="{{name}}" type="{{type}}"
{[ if (value) { ]} value="{{value}}" {[ } ]}
{[ if (required) { ]} class="required" {[ } ]} />
<span>{{domain}}</span>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment