summaryrefslogtreecommitdiffstats
path: root/askbot/templates/user_profile/user_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/user_profile/user_info.html')
-rw-r--r--askbot/templates/user_profile/user_info.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/askbot/templates/user_profile/user_info.html b/askbot/templates/user_profile/user_info.html
index 8f7a5006..95baad20 100644
--- a/askbot/templates/user_profile/user_info.html
+++ b/askbot/templates/user_profile/user_info.html
@@ -88,8 +88,12 @@
<td>{{ macros.user_website_link(view_user, max_display_length = 30) }}</td>
</tr>
{% endif %}
- {% if request.user == view_user and settings.ENABLE_SHARING_TWITTER %}
- {% include "user_profile/twitter_sharing_controls.html" %}
+ {% if request.user == view_user and
+ settings.TWITTER_SECRET and
+ settings.TWITTER_KEY and
+ settings.ENABLE_SHARING_TWITTER
+ %}
+ {% include "user_profile/twitter_sharing_controls.html" %}
{% endif %}
{% if view_user.location or view_user.country %}
<tr>