From 5da01bb23d104e84a0b2b852c13740c862a6ec16 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Fri, 10 Jul 2020 18:59:24 -0400 Subject: [PATCH] moved index to base --- .../homepage/templates/homepage/base.html | 49 +++++++++++ .../homepage/templates/homepage/index.html | 84 +------------------ 2 files changed, 53 insertions(+), 80 deletions(-) diff --git a/brancher/homepage/templates/homepage/base.html b/brancher/homepage/templates/homepage/base.html index e69de29..7f19ede 100644 --- a/brancher/homepage/templates/homepage/base.html +++ b/brancher/homepage/templates/homepage/base.html @@ -0,0 +1,49 @@ +{% load static %} + + + + + + Brancher + + + + + + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + diff --git a/brancher/homepage/templates/homepage/index.html b/brancher/homepage/templates/homepage/index.html index 99f96da..2183b1b 100644 --- a/brancher/homepage/templates/homepage/index.html +++ b/brancher/homepage/templates/homepage/index.html @@ -1,42 +1,6 @@ +{% extends "homepage/base.html" %} {% load static %} - - - - - - Brancher - - - - - - - - - - - - - - - - - - - +{% block content %}
-
--> - - +
@@ -201,13 +134,4 @@
- - - - - - - - - - +{% endblock content %}