]> git.parisson.com Git - teleforma.git/commitdiff
change profile modules
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Apr 2012 20:53:09 +0000 (22:53 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Apr 2012 20:53:09 +0000 (22:53 +0200)
teleforma/templates/telemeta/profile_detail.html

index 6d2b3f88f0a290cc538b24e652ecf060d72d1950..15188644c8fd5ee3ec7441c0915933925dfba703 100644 (file)
   <div id="module-set-left" style="width: 25%">
   {% 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 %}