blob: 4bd64e1e9472ccf68f68cd20e36a3181d4732920 [file] [log] [blame]
{% extends "base.html" %}
{% block app_content %}
<div class="jumbotron">
<h3>File Not Found</h3>
<p><a href="{{ url_for('user.register') }}">Back</a></p>
</div>
{% endblock %}