Skip to content
Snippets Groups Projects
Commit 1511af41 authored by Roang's avatar Roang
Browse files

Fix under_construction page for fronentd lint

parent 0d70c3c6
No related branches found
No related tags found
No related merge requests found
{% extends "plainui/base.html" %}
{% import "plainui/components/integrations.html" as integrations %}
{% import "plainui/components/markdown.html" as markdownMacro %}
{% import "plainui/components/nav.html" as navMacro with context %}
{% import "plainui/components/three_cards.html" as threeCardsMacro %}
{% import "plainui/components/buttons.html" as buttonsMacro %}
{% import "plainui/components/list_events.html.j2" as list_events with context %}
{% extends "plainui/base.html.j2" %}
{% import "plainui/components/nav.html.j2" as navMacro with context %}
{% block title %}{{ conf.name }} - {{ _("Under Construction") }}{% endblock %}
{% block content %}
{% block title %}
{{ conf.name }} - {{ _("Under Construction") }}
{% endblock title %}
{% block content %}
{{ navMacro.top_nav(_("Under Construction") ) }}
<div class="hub-vlayout">
......@@ -21,5 +18,4 @@
</div>
</div>
</div>
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment