From: Guillaume Pellerin Date: Mon, 16 Apr 2012 20:53:09 +0000 (+0200) Subject: change profile modules X-Git-Tag: 0.2~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d78ef6c9273c0c9466daf794e40f827d814be23e;p=teleforma.git change profile modules --- 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 %}