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 %}
|