Use layout-full where appropriate
4 files changed, 5 insertions(+), 9 deletions(-) M gitsrht/templates/dashboard.html D gitsrht/templates/git.html M gitsrht/templates/index.html M gitsrht/templates/repo.html
M gitsrht/templates/dashboard.html => gitsrht/templates/dashboard.html +2 -2
@@ 1,5 1,5 @@ {% extends "git.html" %} {% block content %} {% extends "layout.html" %} {% block body %} <div class="container"> <div class="row"> <div class="col-md-4">
D gitsrht/templates/git.html => gitsrht/templates/git.html +0 -4
@@ 1,4 0,0 @@ {% extends "layout.html" %} {% block body %} {% block content %}{% endblock %} {% endblock %}
M gitsrht/templates/index.html => gitsrht/templates/index.html +2 -2
@@ 1,5 1,5 @@ {% extends "git.html" %} {% block content %} {% extends "layout.html" %} {% block body %} <div class="container"> <div class="row"> <div class="col-md-8">
M gitsrht/templates/repo.html => gitsrht/templates/repo.html +1 -1