mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
revert to not using flashed messages
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
{% extends "base.jinja2" %}
|
||||
{% block title %}Grass Touching Unathorized{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% with messages = get_flashed_messages()%}
|
||||
{% if messages%}
|
||||
{% for message in messages%}
|
||||
<p>{{message}}</p>
|
||||
{%endfor%}
|
||||
{%endif%}
|
||||
{%endwith%}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user