1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/admin/mailu/templates/working.html

6 lines
177 B
HTML
Raw Normal View History

2016-03-19 21:37:48 +02:00
{% extends "base.html" %}
{% block content %}
2016-10-02 14:43:48 +02:00
<div class="alert alert-warning" role="alert">{% trans %}We are still working on this feature!{% endtrans %}</div>
2016-03-19 21:37:48 +02:00
{% endblock %}