1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/templates/400.html

24 lines
685 B
HTML
Raw Normal View History

2018-07-21 20:50:49 +00:00
{% extends 'base.html' %}
2018-07-21 20:46:02 +00:00
{% block pagetitle %}
Bad Request
{% endblock %}
{% block body %}
<h1>
400 - Bad Request
</h1>
<p>
Il tuo browser ha inviato una richiesta non valida. Magari non hai riempito qualche campo di un form?
</p>
2019-01-06 22:53:22 +00:00
<blockquote id="entry-966" class="entry ">
<div class="left">
<p>
<span class="text">Villa di Von Shdfisjz</span>
</p>
<p>
<cite><a class="author" href="{{ url_for("page_profile", name="Steffo") }}">Steffo</a>, <span class="timestamp">2017-07-26 18:46:43 </span> </cite>
</p>
</div>
</blockquote>
2018-07-21 20:46:02 +00:00
{% endblock %}