cleaning up
This commit is contained in:
21
rowers/templates/registration/logout.html
Normal file
21
rowers/templates/registration/logout.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends "newbasefront.html" %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
{% if form.errors %}
|
||||
<p>Your username and password didn't match. Please try again.</p>
|
||||
{% endif %}
|
||||
|
||||
<ul class="main-content">
|
||||
<li class="frontitem">
|
||||
<p>Thanks for spending some quality time on rowsandall.com today.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p class="midden"><a class="twitter-follow-button"
|
||||
href="https://twitter.com/rowsandall">
|
||||
Follow @rowsandall</a>
|
||||
</p>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user