Updated after global configuration on new git installation

This commit is contained in:
artus40
2016-12-15 18:28:29 +01:00
parent f4bb37ae63
commit ffe73585c6
6 changed files with 17 additions and 21 deletions

View File

@@ -12,10 +12,10 @@
<body>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 col-lg-2">
<div class="col-md-3 col-lg-2">
{% include "navbar.html" %}
</div>
<div class="col-sm-9 col-md-10 col-lg-10">
<div class="col-md-9 col-lg-10">
<h1 class="page-header">{% block page_header %}{% endblock %}</h1>
{% bootstrap_messages %}
{% block content %}{% endblock %}