/solace/templates/core/register.html
HTML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | 589224d0046e5b09196a8fc763cc4744 MD5 | raw file
Possible License(s): BSD-3-Clause
- {% extends 'layout.html' %}
- {% set page_title = _('Register new Account') %}
- {% block body %}
- <h1>{{ page_title }}</h1>
- {% call form() %}
- {{ form.as_dl() }}
- {{ form.captcha or '' }}
- <div class="buttons">
- <input type="submit" value="{{ _('Register') }}">
- </div>
- {% endcall %}
- {% endblock %}