From 24b73b4e25af5033a083422a0fa107114024266c Mon Sep 17 00:00:00 2001 From: Dario Kolak Date: Sat, 13 Oct 2012 23:35:27 +0200 Subject: fix user profile network and folowed section title --- askbot/templates/user_profile/user_favorites.html | 2 +- askbot/templates/user_profile/user_network.html | 2 +- 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" %} {% block profilesection %} -

{% trans %}followed questions{% endtrans %}

+ {% 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 %} -{% block profileseciton %} +{% block profilesection %} {% trans %}network{% endtrans %} {% endblock %} {% block usercontent %} -- cgit v1.2.3-1-g7c22