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
Branches
Tags
No related merge requests found
{% extends "plainui/base.html" %} {% extends "plainui/base.html.j2" %}
{% import "plainui/components/integrations.html" as integrations %} {% import "plainui/components/nav.html.j2" as navMacro with context %}
{% 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 %}
{% block title %}{{ conf.name }} - {{ _("Under Construction") }}{% endblock %} {% block title %}
{% block content %} {{ conf.name }} - {{ _("Under Construction") }}
{% endblock title %}
{% block content %}
{{ navMacro.top_nav(_("Under Construction") ) }} {{ navMacro.top_nav(_("Under Construction") ) }}
<div class="hub-vlayout"> <div class="hub-vlayout">
...@@ -21,5 +18,4 @@ ...@@ -21,5 +18,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock content %} {% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment