mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 20:43:45 +01:00
add unathorized access flash
This commit is contained in:
13
templates/unathorized.jinja2
Normal file
13
templates/unathorized.jinja2
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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