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/badges.html | 78 --------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 templates/badges.html (limited to 'templates/badges.html') diff --git a/templates/badges.html b/templates/badges.html deleted file mode 100644 index 8a3b7eab..00000000 --- a/templates/badges.html +++ /dev/null @@ -1,78 +0,0 @@ - -{% extends "base.html" %} -{% load extra_tags %} -{% load humanize %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Badges summary" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Badges" %} -
-
-

- {% trans "Community gives you awards for your questions, answers and votes." %}
- {% trans "Below is the list of available badges and number of times each type of badge has been awarded." %} -

-
-
- {% for badge in badges %} -
-
- {% for a in mybadges %} - {% ifequal a.badge_id badge.id %} - - {% endifequal %} - {% endfor %} -
-
-  {{ badge.name }} × {{ badge.awarded_count|intcomma }} -
-

- {{ badge.description }} -

-
- {% endfor %} -
-
-{% endblock %} -{% block sidebar %} - -
-

{% trans "Community badges" %}

-
-

-  {% trans "gold" %} -

-

- {% trans "Gold badge is very rare." %} - {% trans "To obtain it you have to show profound knowledge and ability in addition to actively participating in the community." %} - {% trans "Gold badge is the highest award in this community." %} -

-

-  {% trans "silver" %} -

-

- {% trans "Obtaining silver badge requires significant patience." %} - {% trans "If you got one, you've very significantly contributed to this community" %} -

-

- -  {% trans "bronze" %} -

-

- {% trans "If you are active in this community, you will will get this medal - still it is a special honor." %} -

-
-
-{% endblock %} - -- cgit v1.2.3-1-g7c22