Browse Source

code clean-up in some HTML templates.

stable
Craig Oates 2 years ago
parent
commit
777458ee37
  1. 3
      templates/user/dashboard.html
  2. 1
      templates/user/edit.html
  3. 1
      templates/user/log-in.html

3
templates/user/dashboard.html

@ -14,5 +14,6 @@
<a href="/">Home</a>
<a href="/login">Log-in</a>
{% endif %}
</div>
</div>
{% endblock %}

1
templates/user/edit.html

@ -5,6 +5,7 @@
<div>
<p>Note: Username cannot be changed.</p>
<form action="/user/edit" method="post">
<input type="hidden" name="AUTHENTICITY-TOKEN" value="{{token}}">
<label>Display Name</label>

1
templates/user/log-in.html

@ -13,4 +13,5 @@
<input type="submit" value="Log-in">
</form>
</div>
{% endblock %}

Loading…
Cancel
Save