mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-05 08:33:11 +00:00
Reorganise images in static folder
Run black
This commit is contained in:
parent
da142b2bc4
commit
76e7ec2058
15 changed files with 35 additions and 15 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue