9 lines
189 B
HTML
9 lines
189 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="button top">
|
|
<a href="{{ url_for('join') }}">Back</a>
|
|
</div>
|
|
<div class="title">
|
|
<h1> Name not found. </h1>
|
|
</div>
|
|
{% endblock %} |