diff options
author | root <root@u15356270.onlinehome-server.com> | 2009-11-25 17:14:44 -0500 |
---|---|---|
committer | root <root@u15356270.onlinehome-server.com> | 2009-11-25 17:14:44 -0500 |
commit | 7daf36726ca45424898d0fae6705020ab28c1cd5 (patch) | |
tree | e582ba514f05f5565c813a79c6fe31ba071ab0dc /templates | |
parent | 02b67b1f8728710b2087415eda6dc93e0339e8cb (diff) | |
download | askbot-7daf36726ca45424898d0fae6705020ab28c1cd5.tar.gz askbot-7daf36726ca45424898d0fae6705020ab28c1cd5.tar.bz2 askbot-7daf36726ca45424898d0fae6705020ab28c1cd5.zip |
fixed error in template and removed ADMINS and DEBUG settings from settings.py
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/about.html b/templates/about.html index 6d5f3060..671964cc 100644 --- a/templates/about.html +++ b/templates/about.html @@ -33,13 +33,10 @@ points. These points are added to the users account when others vote for his/her questions or answers. These points (very) roughly reflect the level of trust of the community.{% endblocktrans %} </p> - <p>{% blocktrans %}No points are necessary to ask or answer the questions - so please - - <strong><a href="{% url user_signin %}">join us!</a></strong>{% endblocktrans %} + <p>No points are necessary to ask or answer the questions - so please - + <strong><a href="{% url user_signin %}">join us!</a></strong> </p> - <p> - {% blocktrans %} - If you would like to find out more about this site - please see <strong><a href="{% url faq %}">frequently asked questions</a></strong>. - {% endblocktrans %} + <p>If you would like to find out more about this site - please see <strong><a href="{% url faq %}">frequently asked questions</a></strong>. </p> </div> {% endblock %} |