mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-06 06:46:11 +00:00
Michał
2b795e520f
Change banner size dependent on group content Tidy up inline JS for some files Correct spelling
8 lines
155 B
HTML
8 lines
155 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<span class="error-page">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</span>
|
|
{% endblock %}
|