2
0
mirror of https://github.com/codl/forget synced 2024-12-11 16:06:56 +01:00
forget-cancellare-vecchi-toot/templates/warn.html
2017-08-03 21:37:00 +02:00

21 lines
444 B
HTML

{% extends 'lib/layout.html' %}
{% block body %}
<section>
<h2>Ahhhh (dats me yellin)</h2>
<div class="banner warning">
<p>{{message|safe}}</p>
<div>
<form method='post'>
<input name='confirm' value='Do it' type='submit'/>
</form>
<form action='{{url_for("index")}}'>
<input name='confirm' value='Cancel' type='submit'/>
</form>
</div>
</div>
</section>
{% endblock %}