From 0576c5e0444405ba669735c3ddba5b0456424161 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 2 Mar 2013 11:25:53 +0100 Subject: added html form to main page Thanks to Jan Luehr for doing the work. --- webapp.py | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index 1b839a9..dd1f99a 100755 --- a/webapp.py +++ b/webapp.py @@ -97,10 +97,44 @@ hash_template = jinjaenv.from_string( index_template = jinjaenv.from_string( """{% extends "base.html" %} {% block title %}Debian duplication detector{% endblock %} +{% block header %} + +{% endblock %} {% block content %}

Debian duplication detector

-- cgit v1.2.3