summaryrefslogtreecommitdiffstats
path: root/templates/badges.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
commitef8f66ba6c7a22c277c6315df8040365b5684e6c (patch)
tree53397ba83b39bbfc9d567840b68c251e6cdd8d2f /templates/badges.html
parent8ddd362a54981c4fa6434792723cdf04a77c6f32 (diff)
downloadaskbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.tar.gz
askbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.tar.bz2
askbot-ef8f66ba6c7a22c277c6315df8040365b5684e6c.zip
added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log
Diffstat (limited to 'templates/badges.html')
-rw-r--r--templates/badges.html15
1 files changed, 8 insertions, 7 deletions
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 @@
-<!-- template badges.html -->
{% extends "base.html" %}
+<!-- template badges.html -->
{% load extra_tags %}
{% load humanize %}
{% load i18n %}
@@ -16,9 +16,10 @@
<div class="headlineA">
<span class="headMedals">{% trans "Badges" %}</span>
</div>
-<div id="main-body" style="width:100%">
+<div class="badges" id="main-body" style="width:100%">
<p>
- {% 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." %}<br>
+ {% trans "Below is the list of available badges and number of times each type of badge has been awarded." %}
</p>
<br>
<div id="medalList">
@@ -44,14 +45,14 @@
{% endblock %}
{% block sidebar %}
-<div class="boxB">
+<div class="boxC">
<h3>{% trans "Community badges" %}</h3>
<div class="body">
<p>
<a style="cursor:default;" title="gold badge: the highest honor and is very rare" class="medal"><span class="badge1">&#9679;</span>&nbsp;{% trans "gold" %}</a>
</p>
<p>
- {% 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" %}
</p>
<p>
<a style="cursor:default;"
@@ -59,14 +60,14 @@
class="medal"><span class="badge2">&#9679;</span>&nbsp;{% trans "silver" %}</a>
</p>
<p>
- {% trans "Obtaining silver badge requires significant patience. If you got one, you've very significantly contributed to this community" %}
+ {% trans "silver badge description" %}
</p>
<p>
<a style="cursor:default;" title="{% trans "bronze badge: often given as a special honor" %}" class="medal">
<span class="badge3">&#9679;</span>&nbsp;{% trans "bronze" %}</a>
</p>
<p>
- {% trans "If you are active in this community, you will get this medal - still it is a special honor." %}
+ {% trans "bronze badge description" %}
</p>
</div>
</div>