forked from Github-Mirrors/canaille
firstlogin template: stackable buttons
This commit is contained in:
parent
da26a5d551
commit
828d190ade
1 changed files with 7 additions and 2 deletions
|
@ -29,8 +29,13 @@
|
|||
|
||||
{{ form.hidden_tag() if form.hidden_tag }}
|
||||
|
||||
<button type="submit" class="ui right floated primary button">{{ _("Send the initialization email") }}</button>
|
||||
<a type="button" class="ui right floated button" href="{{ url_for('account.login') }}">{{ _("Login page") }}</a>
|
||||
<div class="ui right aligned container">
|
||||
<div class="ui stackable buttons">
|
||||
|
||||
<a type="button" class="ui right floated button" href="{{ url_for('account.login') }}">{{ _("Login page") }}</a>
|
||||
<button type="submit" class="ui right floated primary button">{{ _("Send the initialization email") }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue