diff --git a/proj/settings.py b/proj/settings.py index f9d61c5c..772be17e 100644 --- a/proj/settings.py +++ b/proj/settings.py @@ -412,4 +412,4 @@ except ImportError, e: """ ADMIN_PAGINATION = 20 CLIENT_PAGINATION = 15 -TEMPLATE_DEBUG = DEBUG \ No newline at end of file +TEMPLATE_DEBUG = DEBUG diff --git a/templates/client/accounts/new_profile.html b/templates/client/accounts/new_profile.html index dc41e143..3d90d26f 100644 --- a/templates/client/accounts/new_profile.html +++ b/templates/client/accounts/new_profile.html @@ -444,6 +444,44 @@ + {% block scripts %} + + + + + + + + + {% endblock %} {% endblock %} {% block popup %} @@ -457,40 +495,4 @@ {% endblock %} -{% block scripts %} - - - - - - - -{% endblock %} + diff --git a/templates/client/blank.html b/templates/client/blank.html index 820b5674..681d027a 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -24,7 +24,9 @@ This template include basic anf main styles and js files, - + + + diff --git a/templates/client/includes/accounts/current_user.html b/templates/client/includes/accounts/current_user.html index bea19dcf..c6a2a8a0 100644 --- a/templates/client/includes/accounts/current_user.html +++ b/templates/client/includes/accounts/current_user.html @@ -1,16 +1,23 @@ {% load static %} {% load i18n %} {% load template_filters %} +{% load thumbnail %} -
+
{# avatar #}