From 2598f7b9c6fd40c0b870dcf747b7437023abd9ac Mon Sep 17 00:00:00 2001 From: Klaudia Date: Thu, 10 Dec 2020 16:31:22 +0100 Subject: [PATCH] =?UTF-8?q?Przer=C3=B3bka=20na=20base.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SocialHelper/homepage/templates/base.html | 54 +++++++++++++++++++ .../homepage/templates/homepage/index.html | 47 ++-------------- 2 files changed, 57 insertions(+), 44 deletions(-) create mode 100644 SocialHelper/homepage/templates/base.html diff --git a/SocialHelper/homepage/templates/base.html b/SocialHelper/homepage/templates/base.html new file mode 100644 index 0000000..f54026d --- /dev/null +++ b/SocialHelper/homepage/templates/base.html @@ -0,0 +1,54 @@ +{% load static %} + + + + + + + + + SocialHelper + + + + + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SocialHelper/homepage/templates/homepage/index.html b/SocialHelper/homepage/templates/homepage/index.html index bc41fae..2e90399 100644 --- a/SocialHelper/homepage/templates/homepage/index.html +++ b/SocialHelper/homepage/templates/homepage/index.html @@ -1,28 +1,11 @@ +{% extends 'base.html' %} {% load static %} +{% block content %} - - - - - - SocialHelper - - - - - - - - - - - - -