From 8529e057a988d22696676c7a4f649636dde932b9 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 1 Feb 2015 19:21:15 +0200 Subject: login: use base template --- res/templates/index.html | 1 - res/templates/login.html | 22 +++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/res/templates/index.html b/res/templates/index.html index 15f656d9..c8e6d023 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -7,7 +7,6 @@ {% endblock %} {% block content %} - diff --git a/res/templates/login.html b/res/templates/login.html index b773bd13..fc43285b 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -1,10 +1,7 @@ - - - -Welcome to Rhizi - - - +{% extends "base.html" %} +{% block title %}Welcome to Rhizi{% endblock %} +{% block head %} +{{ super() }} - - - +{% endblock %} +{% block content %} +

Welcome to Rhizi!

@@ -58,7 +55,6 @@
-
- - + +{% endblock %} -- cgit v1.3.1