Files
mailu/admin/mailu/ui/templates/working.html
2017-09-24 12:00:39 +02:00

6 lines
177 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="alert alert-warning" role="alert">{% trans %}We are still working on this feature!{% endtrans %}</div>
{% endblock %}