1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2025-04-19 10:11:57 +00:00
FediBooks/templates/error.html

3 lines
116 B
HTML

{% if error != None %}
<div class="error"><i class="fas fa-exclamation-triangle"></i> {{ error }}</div>
{% endif %}