summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %}