mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-07 15:26:10 +00:00
Michał
828167f762
Added logging to a .log file Fixed Images loosing colour and rotation on thumbnail generation Added more info to README
7 lines
158 B
HTML
7 lines
158 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block wrapper_class %}error-wrapper{% endblock %}
|
|
{% block content %}
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
{% endblock %} |