# HG changeset patch # User cavaliet # Date 1326381527 -3600 # Node ID 033f944da5e2d0a6a36243be026e67c31e3ea196 # Parent 0d1a9d5922ed54d9ab1435d2ab3aacee454e6b50# Parent 4fea77d5154adb7f5d27f9dcc936d8433b4f70a5 Merge with 4fea77d5154adb7f5d27f9dcc936d8433b4f70a5 diff -r 4fea77d5154a -r 033f944da5e2 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:18:47 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 4fea77d5154a -r 033f944da5e2 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:11:21 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html Thu Jan 12 16:18:47 2012 +0100 @@ -16,7 +16,12 @@