7 lines
212 B

{% extends "base.html" %}
{% block app_content %}
<h1>Method Not Allowed</h1>
<h2>The method is not allowed for the requested URL.</h2>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}