mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
6 lines
139 B
HTML
6 lines
139 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="alert alert-danger" role="alert">
|
|
{{ message }}
|
|
</div>
|
|
{% endblock content %} |