1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-20 19:23:04 +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 %}