6 lines
152 B
HTML
6 lines
152 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-warning" role="alert">We are still working on this feature!</div>
|
|
{% endblock %}
|