22 lines
457 B
HTML
22 lines
457 B
HTML
{% 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 %}
|