Browse Source

Change card text to say 'Login'.

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

2
bikeshop_project/registration/templates/login.html

@ -36,7 +36,7 @@
{% block content %}
<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>
<h2 class="mdl-card__title-text">Login</h2>
<form method="post">
{% if form.non_field_errors %}
<div>

Loading…
Cancel
Save