From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/user.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html index dd8e3b13..53a30dc0 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,3 +1,4 @@ + {% extends "base_content.html" %} {% load extra_tags %} {% load humanize %} @@ -31,4 +32,4 @@ {% endblock %} {% include "user_footer.html" %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3-1-g7c22 From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/user.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 templates/user.html (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html deleted file mode 100644 index 53a30dc0..00000000 --- a/templates/user.html +++ /dev/null @@ -1,35 +0,0 @@ - -{% extends "base_content.html" %} -{% load extra_tags %} -{% load humanize %} -{% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} -{% block forestyle%} - -{% endblock %} -{% block forejs %} - - {% block userjs %} - {% endblock %} -{% endblock %} - -{% block content %} -
- {% include "user_info.html" %} - {% include "user_tabs.html" %} - {% block usercontent %} - {% endblock %} - {% include "user_footer.html" %} -
-{% endblock %} -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/user.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/user.html (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html new file mode 100644 index 00000000..53a30dc0 --- /dev/null +++ b/templates/user.html @@ -0,0 +1,35 @@ + +{% extends "base_content.html" %} +{% load extra_tags %} +{% load humanize %} +{% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} +{% block forestyle%} + +{% endblock %} +{% block forejs %} + + {% block userjs %} + {% endblock %} +{% endblock %} + +{% block content %} +
+ {% include "user_info.html" %} + {% include "user_tabs.html" %} + {% block usercontent %} + {% endblock %} + {% include "user_footer.html" %} +
+{% endblock %} -- cgit v1.2.3-1-g7c22 From 20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 4 Aug 2009 23:25:57 -0400 Subject: included changes by Adolfo and Chaitanya and found temporary fix for languages --- templates/user.html | 66 ++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html index 53a30dc0..8db15902 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,35 +1,35 @@ -{% extends "base_content.html" %} -{% load extra_tags %} -{% load humanize %} -{% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} -{% block forestyle%} - -{% endblock %} -{% block forejs %} - - {% block userjs %} - {% endblock %} -{% endblock %} - -{% block content %} -
- {% include "user_info.html" %} - {% include "user_tabs.html" %} - {% block usercontent %} - {% endblock %} - {% include "user_footer.html" %} -
+{% extends "base_content.html" %} +{% load extra_tags %} +{% load humanize %} +{% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} +{% block forestyle%} + +{% endblock %} +{% block forejs %} + + {% block userjs %} + {% endblock %} +{% endblock %} + +{% block content %} +
+ {% include "user_info.html" %} + {% include "user_tabs.html" %} + {% block usercontent %} + {% endblock %} + {% include "user_footer.html" %} +
{% endblock %} -- cgit v1.2.3-1-g7c22 From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/user.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html index 8db15902..efca80e6 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,5 +1,5 @@ - {% extends "base_content.html" %} + {% load extra_tags %} {% load humanize %} {% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} @@ -16,14 +16,12 @@ $("#nav_profile").attr('className',"on"); {% else %} $("#nav_users").attr('className',"on"); - {% endifequal %} - }); + }); {% block userjs %} {% endblock %} {% endblock %} - {% block content %}
{% include "user_info.html" %} -- cgit v1.2.3-1-g7c22