2 many templates
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user