From 979f5901af8410ff138de0aa41013bfb193060d6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Sep 2008 18:52:55 -0700 Subject: 1.0 --- bn_django/templates/comments/form.html | 36 ---------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 bn_django/templates/comments/form.html (limited to 'bn_django/templates/comments/form.html') diff --git a/bn_django/templates/comments/form.html b/bn_django/templates/comments/form.html deleted file mode 100644 index a2af1be..0000000 --- a/bn_django/templates/comments/form.html +++ /dev/null @@ -1,36 +0,0 @@ -{% load i18n %} -
- -

- -{% if user.is_authenticated %} -

 {% trans "Username:" %} {{ user.username }} ({% trans "Log out" %}) -{% else %} -


{% trans "Password:" %} ({% trans "Forgotten your password?" %}) -{% endif %} -

- -{% if ratings_optional or ratings_required %} -

{% trans "Ratings" %} ({% if ratings_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}):

- -{% for value in rating_range %}{% endfor %} -{% for rating in rating_choices %} -{% for value in rating_range %}{% endfor %} -{% endfor %} -
 {{ value }}
{{ rating }}
- -{% endif %} - -{% if photos_optional or photos_required %} -

({% if photos_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}): -

- -{% endif %} - - -

- - - -

-
-- cgit v1.2.3