# HG changeset patch # User cavaliet # Date 1366283850 -7200 # Node ID 662721dc606b93e144cb6cbc8d92b5d316f279b8 # Parent cdeff4171b97827a027d5f78e3ae596db5840d50 add new group page to maintenance head (and enhance it) diff -r cdeff4171b97 -r 662721dc606b src/ldt/ldt/ldt_utils/templates/front/front_group.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_group.html Mon Apr 15 16:35:18 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_group.html Thu Apr 18 13:17:30 2013 +0200 @@ -13,10 +13,77 @@ {% block js_declaration %} {{block.super}} + {% endblock %} {% block body %} {{block.super}} + + +{% comment %} +{% endcomment %}
diff -r cdeff4171b97 -r 662721dc606b src/ldt/ldt/ldt_utils/templates/front/front_groups.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_groups.html Thu Apr 18 13:17:30 2013 +0200 @@ -0,0 +1,34 @@ +{% extends "front/front_base.html" %} +{% load i18n %} +{% load thumbnail %} +{% load front_tags %} +{% load absstatic %} + +{% block title %}Lignes de temps : groupe "{{group.name}}"{% endblock %} + +{% block css_import %} +{{block.super}} + +{% endblock %} + +{% block js_declaration %} +{{block.super}} +{% endblock %} + +{% block body %} +{{block.super}} + + +{% endblock %} + diff -r cdeff4171b97 -r 662721dc606b src/ldt/ldt/ldt_utils/templates/front/front_home.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_home.html Mon Apr 15 16:35:18 2013 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html Thu Apr 18 13:17:30 2013 +0200 @@ -49,7 +49,7 @@
  • {% if tag_cloud|length > 0 %} @@ -104,7 +104,7 @@