From d78ef6c9273c0c9466daf794e40f827d814be23e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Apr 2012 22:53:09 +0200 Subject: [PATCH] change profile modules --- teleforma/templates/telemeta/profile_detail.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 6d2b3f88..15188644 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -11,9 +11,15 @@
{% block modules %} - {% block module_user_revisions %} - {% with user_revisions as revisions and "My last changes" as title %} - {% include "telemeta/inc/module_user_revisions.html" %} + {% block module_searches %} + {% with searches as searches and "My searches" as title %} + {% include "telemeta/inc/module_searches.html" %} + {% endwith %} + {% endblock %} + + {% block module_all_revisions %} + {% with revisions as revisions and "All last changes" as title %} + {% include "telemeta/inc/module_revisions.html" %} {% endwith %} {% endblock %} -- 2.39.5