From 65cb4c839cdd5819d977714f82d7e5d8e969f0d5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 27 Mar 2012 08:19:25 +0200 Subject: [PATCH] use base template for new paste creation page --- data/templates/index.htm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/templates/index.htm b/data/templates/index.htm index eea509b..26a22c3 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -1,4 +1,7 @@ +{% extends "base.htm" %} +{% block title %}New paste{% endblock %} +{% block content %}

@@ -17,9 +20,10 @@

- +

-
\ No newline at end of file + +{% endblock %} -- 2.30.2