mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
4 lines
134 B
Django/Jinja
4 lines
134 B
Django/Jinja
{% if request_error is defined and request_error is not none %}
|
|
<p id="error">Error occurs: {{ request_error|e }}</p>
|
|
{% endif %}
|