summaryrefslogtreecommitdiffstats
path: root/askbot/templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-10 22:05:57 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-10 22:05:57 -0400
commitac6ca46090c778a80ec269557910d2ce3b772216 (patch)
treeee242b03d3dc58ad3fccf318e5b4939f8b357b0c /askbot/templates
parent94d41167885a31f5f15fd506a650b5354c192aa4 (diff)
downloadaskbot-ac6ca46090c778a80ec269557910d2ce3b772216.tar.gz
askbot-ac6ca46090c778a80ec269557910d2ce3b772216.tar.bz2
askbot-ac6ca46090c778a80ec269557910d2ce3b772216.zip
fixed a bug in the user network page
Diffstat (limited to 'askbot/templates')
-rw-r--r--askbot/templates/user_profile/user_network.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/askbot/templates/user_profile/user_network.html b/askbot/templates/user_profile/user_network.html
index 51de7b55..ce13d5c4 100644
--- a/askbot/templates/user_profile/user_network.html
+++ b/askbot/templates/user_profile/user_network.html
@@ -11,7 +11,6 @@
{{
macros.user_list(
followers,
- profile_section = 'network',
karma_mode = settings.KARMA_MODE,
badges_mode = settings.BADGES_MODE
)
@@ -22,7 +21,6 @@
{{
macros.user_list(
followed_users,
- profile_section = 'network',
karma_mode = settings.KARMA_MODE,
badges_mode = settings.BADGES_MODE
)