Private
Public Access
1
0

cleaning up

This commit is contained in:
Sander Roosendaal
2018-10-18 15:37:05 +02:00
parent ec7002bfdd
commit e9bc68c2a9
9 changed files with 113 additions and 211 deletions

View 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 %}