From de708ce3efec2ab70b6b77781957766ae47f9068 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 17:32:53 +0000 Subject: reshape the folder structure. Add conf files --- templates/add_bill.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/add_bill.html (limited to 'templates/add_bill.html') diff --git a/templates/add_bill.html b/templates/add_bill.html deleted file mode 100644 index 37ecfa3..0000000 --- a/templates/add_bill.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "layout.html" %} - -{% block content %} -

Let's add a bill

- -{% if form.errors %} -

Your form contains errors.

- -{% endif %} - -
- {{ form.hidden_tag() }} - -

{{ form.payer.label }}
{{ form.payer }}

-

{{ form.what.label }}
{{ form.what }}

-

{{ form.amount.label }}
{{ form.amount }}

-

{{ form.payed_for.label }}
{{ form.payed_for(multiple=True) }}

-

{{ form.submit }}

-
-{% endblock %} -- cgit v1.1