mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
6 lines
177 B
HTML
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 %}
|