From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/badges.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'templates/badges.html') diff --git a/templates/badges.html b/templates/badges.html index 7fd1402a..69ddc39f 100644 --- a/templates/badges.html +++ b/templates/badges.html @@ -1,5 +1,5 @@ - {% extends "base.html" %} + {% load extra_tags %} {% load humanize %} {% load i18n %} @@ -16,9 +16,10 @@
{% trans "Badges" %}
-
+

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


@@ -44,14 +45,14 @@ {% endblock %} {% block sidebar %} -
+

{% trans "Community badges" %}

 {% trans "gold" %}

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

 {% trans "silver" %}

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

 {% trans "bronze" %}

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

-- cgit v1.2.3-1-g7c22