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. --- COPYING | 4 ++++ webapp.py | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/COPYING b/COPYING index 1837f4c..42d0f48 100644 --- a/COPYING +++ b/COPYING @@ -2,6 +2,10 @@ Main author: Copyright (C) 2013 Helmut Grohne +Contributor: + +Copyright (C) 2013 Jan Lühr (javascript for webapp.py) + All rights reserved. The collective works are licensed under the following terms. 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