summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Kolak <dkolak@gmail.com>2012-10-13 23:35:27 +0200
committerDario Kolak <dkolak@gmail.com>2012-10-13 23:35:27 +0200
commit24b73b4e25af5033a083422a0fa107114024266c (patch)
treeac6e73bcca2802f5e43ddbec5394b9d1caceccce
parent5fd9a8bc5de3649ca6423377baec96f527f863e5 (diff)
downloadaskbot-24b73b4e25af5033a083422a0fa107114024266c.tar.gz
askbot-24b73b4e25af5033a083422a0fa107114024266c.tar.bz2
askbot-24b73b4e25af5033a083422a0fa107114024266c.zip
fix user profile network and folowed section title
-rw-r--r--askbot/templates/user_profile/user_favorites.html2
-rw-r--r--askbot/templates/user_profile/user_network.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/askbot/templates/user_profile/user_favorites.html b/askbot/templates/user_profile/user_favorites.html
index 08c3c688..ffdcbd0d 100644
--- a/askbot/templates/user_profile/user_favorites.html
+++ b/askbot/templates/user_profile/user_favorites.html
@@ -1,7 +1,7 @@
{% extends "user_profile/user.html" %}
<!-- user_favorites.html -->
{% block profilesection %}
- <h1 class="section-title"> {% trans %}followed questions{% endtrans %}</h1>
+ {% trans %}followed questions{% endtrans %}
{% endblock %}
{% block usercontent %}
{% include "user_profile/users_questions.html" %}
diff --git a/askbot/templates/user_profile/user_network.html b/askbot/templates/user_profile/user_network.html
index f64d95b0..51de7b55 100644
--- a/askbot/templates/user_profile/user_network.html
+++ b/askbot/templates/user_profile/user_network.html
@@ -1,7 +1,7 @@
{% extends "user_profile/user.html" %}
{% import "macros.html" as macros %}
<!-- user_network.html -->
-{% block profileseciton %}
+{% block profilesection %}
{% trans %}network{% endtrans %}
{% endblock %}
{% block usercontent %}