From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/users_questions.html | 66 ------------------------------------------ 1 file changed, 66 deletions(-) delete mode 100644 templates/users_questions.html (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html deleted file mode 100644 index dfb87c8f..00000000 --- a/templates/users_questions.html +++ /dev/null @@ -1,66 +0,0 @@ - -{% load extra_tags %} -{% load extra_filters %} -{% load humanize %} -{% load i18n %} -
- {% for question in questions%} - {% if question.favourite_count %} - {% if question.favorited_myself %} -
- -
{{question.favourite_count|intcomma}}
-
- {% else %} -
- -
{{question.favourite_count|intcomma}}
-
- {% endif %} - {% else %} -
- {% endif %} -
- -
-
-
{{question.vote_count|intcomma}}
- {% trans "votes" %} - -
-
-
{{question.answer_count|intcomma}}
- {% trans "answers" %} - -
-
-
{{question.view_count|cnprog_intword|safe}}
- {% trans "views" %} -
-
-
-
-

- {{question.title}} -

-
- {% convert2tagname_list question %} - {% for tag in question.tagnames %} - - - {% endfor %} -
-
- {% diff_date question.last_activity_at %} - {% if question.la_username %} - {{question.la_username}} {% get_score_badge_by_details question.la_user_reputation question.la_user_gold question.la_user_silver question.la_user_bronze%} - {% endif %} -
-
-
-
- {% endfor %} -
- -- cgit v1.2.3-1-g7c22