Correct templates
authorymh <ymh.work@gmail.com>
Thu, 28 Jan 2010 23:12:32 +0100
changeset 15 db6ed4430381
parent 14 ddfeb878658a
child 16 146d86480e85
Correct templates
.hgignore
web/blinkster/ldt/templates/ldt/export_form.html
web/blinkster/ldt/templates/ldt/reindex_form.html
web/blinkster/ldt/templates/ldt/search_form.html
web/blinkster/ldt/templates/ldt/upload_form.html
web/blinkster/ldt/templates/ldt/upload_project_form.html
--- 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
--- 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 method="post" action="{{WEB_URL}}{% url pocketfilms.ldt.views.downloadLdt %}">
+<form method="post" action="{{WEB_URL}}{% url blinkster.ldt.views.downloadLdt %}">
 
 	<table>
 	{{ form.as_table }}
--- 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 @@
 </div>
 {% endif %}
 <div>
-<form method="post" enctype="multipart/form-data" action="{{WEB_URL}}{% url pocketfilms.ldt.views.reindex %}">
+<form method="post" enctype="multipart/form-data" action="{{WEB_URL}}{% url blinkster.ldt.views.reindex %}">
 
 	<table>
 	{{ form.as_table }}
--- 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 method="post" action="{{WEB_URL}}{% url pocketfilms.ldt.views.searchIndex %}">
+<form method="post" action="{{WEB_URL}}{% url blinkster.ldt.views.searchIndex %}">
 
 	<table>
 	{{ form.as_table }}
--- 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 method="post" enctype="multipart/form-data" action="{{WEB_URL}}{% url pocketfilms.ldt.views.uploadFile %}">
+<form method="post" enctype="multipart/form-data" action="{{WEB_URL}}{% url blinkster.ldt.views.uploadFile %}">
 
 	<table>
 	{{ form.as_table }}
--- 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 method="post" enctype="multipart/form-data" action="{% url pocketfilms.ldt.views.uploadProjectFile %}">
+<form method="post" enctype="multipart/form-data" action="{% url blinkster.ldt.views.uploadProjectFile %}">
 
 	<table>
 	{{ form.as_table }}