# HG changeset patch # User ymh # Date 1264716752 -3600 # Node ID db6ed4430381a13798b2b1f9023247fee4ba3f36 # Parent ddfeb878658ac943c02d307625fed6d5def0bfca Correct templates diff -r ddfeb878658a -r db6ed4430381 .hgignore --- a/.hgignore Sat Jan 23 02:31:03 2010 +0100 +++ b/.hgignore Thu Jan 28 23:12:32 2010 +0100 @@ -5,4 +5,7 @@ ^web/.htaccess$ ^web/blinkster/.htaccess$ ^web/blinkster/config.py$ +^web/log +^web/index +^web/static/media/ldt ^web/static/photologue diff -r ddfeb878658a -r db6ed4430381 web/blinkster/ldt/templates/ldt/export_form.html --- a/web/blinkster/ldt/templates/ldt/export_form.html Sat Jan 23 02:31:03 2010 +0100 +++ b/web/blinkster/ldt/templates/ldt/export_form.html Thu Jan 28 23:12:32 2010 +0100 @@ -2,7 +2,7 @@ {% block content %} -
+ {{ form.as_table }} diff -r ddfeb878658a -r db6ed4430381 web/blinkster/ldt/templates/ldt/reindex_form.html --- a/web/blinkster/ldt/templates/ldt/reindex_form.html Sat Jan 23 02:31:03 2010 +0100 +++ b/web/blinkster/ldt/templates/ldt/reindex_form.html Thu Jan 28 23:12:32 2010 +0100 @@ -14,7 +14,7 @@ {% endif %}
- +
{{ form.as_table }} diff -r ddfeb878658a -r db6ed4430381 web/blinkster/ldt/templates/ldt/search_form.html --- a/web/blinkster/ldt/templates/ldt/search_form.html Sat Jan 23 02:31:03 2010 +0100 +++ b/web/blinkster/ldt/templates/ldt/search_form.html Thu Jan 28 23:12:32 2010 +0100 @@ -2,7 +2,7 @@ {% block content %} - +
{{ form.as_table }} diff -r ddfeb878658a -r db6ed4430381 web/blinkster/ldt/templates/ldt/upload_form.html --- a/web/blinkster/ldt/templates/ldt/upload_form.html Sat Jan 23 02:31:03 2010 +0100 +++ b/web/blinkster/ldt/templates/ldt/upload_form.html Thu Jan 28 23:12:32 2010 +0100 @@ -12,7 +12,7 @@ {% if form %} - +
{{ form.as_table }} diff -r ddfeb878658a -r db6ed4430381 web/blinkster/ldt/templates/ldt/upload_project_form.html --- a/web/blinkster/ldt/templates/ldt/upload_project_form.html Sat Jan 23 02:31:03 2010 +0100 +++ b/web/blinkster/ldt/templates/ldt/upload_project_form.html Thu Jan 28 23:12:32 2010 +0100 @@ -11,7 +11,7 @@ {% endif %} {% if form %} - +
{{ form.as_table }}