X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=dashboard%2Fsrc%2Ftemplates%2Fbase.html;h=62a9ed5584f41e648189578085c4e9d9daaeaca5;hb=HEAD;hp=f7fa7cd6df63840b767335afa387dd95af14f952;hpb=c1f6b460cce7d7a261e935ecc48fa6fa2de79f22;p=pharos-tools.git diff --git a/dashboard/src/templates/base.html b/dashboard/src/templates/base.html index f7fa7cd..62a9ed5 100644 --- a/dashboard/src/templates/base.html +++ b/dashboard/src/templates/base.html @@ -1,52 +1,51 @@ {% extends "layout.html" %} -{% load bootstrap3 %} +{% load bootstrap4 %} {% load staticfiles %} {% block extrahead %} - - - - - + + + {% endblock %} {% block basecontent %} -
- - +
- - + - -
- {% if title %} -
-
-

{{ title }}

+
+ {% if title %} +
+
+

{{ title }}

+
+
- + {% endif %} +
{% bootstrap_messages %}
+ + {% block content %} + {% endblock content %}
- {% endif %} -
{% bootstrap_messages %}
+ - {% block content %} - {% endblock content %}
- +
- + +
+ {% endblock basecontent %}