mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-12-18 02:13:42 +00:00
some html implementation
This commit is contained in:
3
templates/error.jinja2
Normal file
3
templates/error.jinja2
Normal file
@ -0,0 +1,3 @@
|
||||
{% if request_error is defined and request_error is not none %}
|
||||
<p id="error">Error occurs: {{ request_error|e }}</p>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user