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/login.html | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'res/templates/login.html') 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