mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-19 04:48:31 +00:00
Michał
0414cda5d3
Fix setup not holding all required modules Add temporary theme to login and upload page Other random bug fixes
12 lines
310 B
HTML
12 lines
310 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block header %}
|
|
<img src="{{ url_for('static', filename='images/background.svg') }}" onload="imgFade(this)" style="opacity:0;"/>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="app err-warning">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</div>
|
|
{% endblock %} |