# HG changeset patch # User verrierj # Date 1326381913 -3600 # Node ID 271e8d0e251b12313e2bfebccf1c0b66345f043a # Parent 3fe5a4978b21ea45af946bb1a18fd06c644fad4c# Parent 033f944da5e2d0a6a36243be026e67c31e3ea196 Merge with 033f944da5e2d0a6a36243be026e67c31e3ea196 diff -r 3fe5a4978b21 -r 271e8d0e251b src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Thu Jan 12 16:25:13 2012 +0100 @@ -0,0 +1,30 @@ +{% extends "front/front_base.html" %} +{% load i18n %} +{% load thumbnail %} +{% load front_tags %} + +{% block title %}Lignes de temps : groupe "{{group.name}}"{% endblock %} + +{% block css_import %} +{{block.super}} + +{% endblock %} + +{% block body %} +{{block.super}} + + +{% endblock %} + diff -r 3fe5a4978b21 -r 271e8d0e251b src/ldt/ldt/ldt_utils/templates/front/front_home.html --- a/src/ldt/ldt/ldt_utils/templates/front/front_home.html Thu Jan 12 16:05:40 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html Thu Jan 12 16:25:13 2012 +0100 @@ -16,7 +16,12 @@