Browse Source

Center login form.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
ac2bcc64ed
  1. 4
      bikeshop_project/registration/templates/login.html

4
bikeshop_project/registration/templates/login.html

@ -35,7 +35,7 @@
{% block content %}
<div class="demo-graphs mdl-shadow--2dp mdl-color--white mdl-cell mdl-cell--8-col mdl-shadow--2dp">
<div class="demo-graphs mdl-shadow--2dp mdl-color--white mdl-cell mdl-cell--8-col mdl-shadow--2dp mdl-cell--2-offset">
<h2 class="mdl-card__title-text">Welcome</h2>
<form method="post">
{% if form.non_field_errors %}
@ -64,4 +64,4 @@
</form>
</div>
{% endblock %}
{% endblock %}

Loading…
Cancel
Save