Reorganise images in static folder

Run black
This commit is contained in:
Michał Gdula 2023-06-12 20:15:17 +01:00
parent da142b2bc4
commit 76e7ec2058
15 changed files with 35 additions and 15 deletions

View file

@ -3,6 +3,6 @@
<div class="center-text">
<h2>{{ error }}</h2>
<p>{{ msg }}</p>
<image src="{{ url_for('static', filename='error-images/' + image + '.jpg') }}" alt="Error">
<image src="{{ url_for('static', filename='images/error/' + image + '.jpg') }}" alt="Error">
</div>
{% endblock %}