Lunaresk 764738b20d major: upload and storage of recipes
PDF-Recipes are uploadable and some basic functions are already
implemented.
Also minor bugfixes.
2022-11-14 21:03:00 +01:00

7 lines
194 B
HTML

{% extends "base.html" %}
{% block app_content %}
<h1>You are not allowed to do this!</h1>
<h4>how dare you</h4>
<p><a href="{{ url_for('main.index') }}">Back</a></p>
{% endblock %}