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/user_preferences.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'templates/user_preferences.html') diff --git a/templates/user_preferences.html b/templates/user_preferences.html index 3a760a25..eb7c4761 100644 --- a/templates/user_preferences.html +++ b/templates/user_preferences.html @@ -1,20 +1,23 @@ {% extends "user.html" %} + +{% load i18n %} {% load extra_tags %} {% load humanize %} {% block usercontent %}
- 同步Twitter消息 + {% trans "Connect with Twitter" %}
- +
- +
- 发布我的提问到我的Twitter
- 发布我的回答到我的Twitter
- + {% trans "Send my Questions to Twitter" %}
+ {% trans "Send my Answers to Twitter" %}
+
{% endblock %} + -- cgit v1.2.3-1-g7c22