2 many templates

This commit is contained in:
2020-10-14 11:04:30 -04:00
parent 06b86d706e
commit 00cc143d6e
20 changed files with 542 additions and 123 deletions
+9
View File
@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="button top">
<a href="{{ url_for('join') }}">Back</a>
</div>
<div class="title">
<h1> Please join using the Join page. </h1>
</div>
{% endblock %}