eyecandy for the registration form
This commit is contained in:
parent
3413043fb9
commit
edc888419d
@ -3,9 +3,13 @@
|
|||||||
{% load bootstrap %}
|
{% load bootstrap %}
|
||||||
{% block title %}{% trans "Register for an account" %}{% endblock %}
|
{% block title %}{% trans "Register for an account" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-4">
|
||||||
<h1>Register new account</h1>
|
<h1>Register new account</h1>
|
||||||
<form method='post' action=''>{% csrf_token %}
|
<form method='post' action=''>{% csrf_token %}
|
||||||
{{ form|bootstrap }}
|
{{ form|bootstrap }}
|
||||||
<button type="submit" class="btn btn-primary">{% trans "Send activation email" %}</button>
|
<button type="submit" class="btn btn-primary">{% trans "Send activation email" %}</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user