From b03203c8cb991c16ac8a3d74c8c4078182d0bb48 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Tue, 11 Jan 2011 22:41:51 +0530 Subject: removed all the buildout files --- parts/django/tests/templates/404.html | 1 - parts/django/tests/templates/500.html | 1 - parts/django/tests/templates/base.html | 8 -------- .../templates/comments/comment_notification_email.txt | 3 --- parts/django/tests/templates/custom_admin/add_form.html | 1 - .../tests/templates/custom_admin/change_form.html | 1 - .../tests/templates/custom_admin/change_list.html | 7 ------- .../templates/custom_admin/delete_confirmation.html | 1 - .../custom_admin/delete_selected_confirmation.html | 1 - parts/django/tests/templates/custom_admin/index.html | 6 ------ parts/django/tests/templates/custom_admin/login.html | 6 ------ parts/django/tests/templates/custom_admin/logout.html | 6 ------ .../tests/templates/custom_admin/object_history.html | 1 - .../templates/custom_admin/password_change_done.html | 6 ------ .../templates/custom_admin/password_change_form.html | 6 ------ parts/django/tests/templates/extended.html | 5 ----- parts/django/tests/templates/form_view.html | 15 --------------- parts/django/tests/templates/login.html | 17 ----------------- .../tests/templates/views/article_archive_day.html | 1 - .../tests/templates/views/article_archive_month.html | 1 - .../tests/templates/views/article_confirm_delete.html | 1 - parts/django/tests/templates/views/article_detail.html | 1 - parts/django/tests/templates/views/article_form.html | 3 --- .../templates/views/datearticle_archive_month.html | 1 - .../django/tests/templates/views/urlarticle_detail.html | 1 - parts/django/tests/templates/views/urlarticle_form.html | 3 --- 26 files changed, 104 deletions(-) delete mode 100644 parts/django/tests/templates/404.html delete mode 100644 parts/django/tests/templates/500.html delete mode 100644 parts/django/tests/templates/base.html delete mode 100644 parts/django/tests/templates/comments/comment_notification_email.txt delete mode 100644 parts/django/tests/templates/custom_admin/add_form.html delete mode 100644 parts/django/tests/templates/custom_admin/change_form.html delete mode 100644 parts/django/tests/templates/custom_admin/change_list.html delete mode 100644 parts/django/tests/templates/custom_admin/delete_confirmation.html delete mode 100644 parts/django/tests/templates/custom_admin/delete_selected_confirmation.html delete mode 100644 parts/django/tests/templates/custom_admin/index.html delete mode 100644 parts/django/tests/templates/custom_admin/login.html delete mode 100644 parts/django/tests/templates/custom_admin/logout.html delete mode 100644 parts/django/tests/templates/custom_admin/object_history.html delete mode 100644 parts/django/tests/templates/custom_admin/password_change_done.html delete mode 100644 parts/django/tests/templates/custom_admin/password_change_form.html delete mode 100644 parts/django/tests/templates/extended.html delete mode 100644 parts/django/tests/templates/form_view.html delete mode 100644 parts/django/tests/templates/login.html delete mode 100644 parts/django/tests/templates/views/article_archive_day.html delete mode 100644 parts/django/tests/templates/views/article_archive_month.html delete mode 100644 parts/django/tests/templates/views/article_confirm_delete.html delete mode 100644 parts/django/tests/templates/views/article_detail.html delete mode 100644 parts/django/tests/templates/views/article_form.html delete mode 100644 parts/django/tests/templates/views/datearticle_archive_month.html delete mode 100644 parts/django/tests/templates/views/urlarticle_detail.html delete mode 100644 parts/django/tests/templates/views/urlarticle_form.html (limited to 'parts/django/tests/templates') diff --git a/parts/django/tests/templates/404.html b/parts/django/tests/templates/404.html deleted file mode 100644 index da627e2..0000000 --- a/parts/django/tests/templates/404.html +++ /dev/null @@ -1 +0,0 @@ -Django Internal Tests: 404 Error \ No newline at end of file diff --git a/parts/django/tests/templates/500.html b/parts/django/tests/templates/500.html deleted file mode 100644 index ff028cb..0000000 --- a/parts/django/tests/templates/500.html +++ /dev/null @@ -1 +0,0 @@ -Django Internal Tests: 500 Error \ No newline at end of file diff --git a/parts/django/tests/templates/base.html b/parts/django/tests/templates/base.html deleted file mode 100644 index 611bc09..0000000 --- a/parts/django/tests/templates/base.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- -Your username and password didn't match. Please try again.
-{% endif %} - - -{% endblock %} \ No newline at end of file diff --git a/parts/django/tests/templates/views/article_archive_day.html b/parts/django/tests/templates/views/article_archive_day.html deleted file mode 100644 index bd2d67f..0000000 --- a/parts/django/tests/templates/views/article_archive_day.html +++ /dev/null @@ -1 +0,0 @@ -This template intentionally left blank diff --git a/parts/django/tests/templates/views/article_archive_month.html b/parts/django/tests/templates/views/article_archive_month.html deleted file mode 100644 index 3f8ff55..0000000 --- a/parts/django/tests/templates/views/article_archive_month.html +++ /dev/null @@ -1 +0,0 @@ -This template intentionally left blank \ No newline at end of file diff --git a/parts/django/tests/templates/views/article_confirm_delete.html b/parts/django/tests/templates/views/article_confirm_delete.html deleted file mode 100644 index 3f8ff55..0000000 --- a/parts/django/tests/templates/views/article_confirm_delete.html +++ /dev/null @@ -1 +0,0 @@ -This template intentionally left blank \ No newline at end of file diff --git a/parts/django/tests/templates/views/article_detail.html b/parts/django/tests/templates/views/article_detail.html deleted file mode 100644 index 952299d..0000000 --- a/parts/django/tests/templates/views/article_detail.html +++ /dev/null @@ -1 +0,0 @@ -Article detail template. diff --git a/parts/django/tests/templates/views/article_form.html b/parts/django/tests/templates/views/article_form.html deleted file mode 100644 index e2aa1f9..0000000 --- a/parts/django/tests/templates/views/article_form.html +++ /dev/null @@ -1,3 +0,0 @@ -Article form template. - -{{ form.errors }} diff --git a/parts/django/tests/templates/views/datearticle_archive_month.html b/parts/django/tests/templates/views/datearticle_archive_month.html deleted file mode 100644 index 3f8ff55..0000000 --- a/parts/django/tests/templates/views/datearticle_archive_month.html +++ /dev/null @@ -1 +0,0 @@ -This template intentionally left blank \ No newline at end of file diff --git a/parts/django/tests/templates/views/urlarticle_detail.html b/parts/django/tests/templates/views/urlarticle_detail.html deleted file mode 100644 index 924f310..0000000 --- a/parts/django/tests/templates/views/urlarticle_detail.html +++ /dev/null @@ -1 +0,0 @@ -UrlArticle detail template. diff --git a/parts/django/tests/templates/views/urlarticle_form.html b/parts/django/tests/templates/views/urlarticle_form.html deleted file mode 100644 index 578dd98..0000000 --- a/parts/django/tests/templates/views/urlarticle_form.html +++ /dev/null @@ -1,3 +0,0 @@ -UrlArticle form template. - -{{ form.errors }} -- cgit