# HG changeset patch # User cavaliet # Date 1390494805 -3600 # Node ID e47d23774c7576b374805e1f2c166a2f578e5895 # Parent 8786e47c162bbf6387c387ea7d38c0bd81f7d428 v0.59 : minor changes diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/__init__.py --- a/src/jocondelab/__init__.py Thu Jan 23 13:12:54 2014 +0100 +++ b/src/jocondelab/__init__.py Thu Jan 23 17:33:25 2014 +0100 @@ -1,4 +1,4 @@ -VERSION = (0, 58, 0, "final", 0) +VERSION = (0, 59, 0, "final", 0) def get_version(): diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/locale/oc/LC_MESSAGES/django.mo Binary file src/jocondelab/locale/oc/LC_MESSAGES/django.mo has changed diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/locale/oc/LC_MESSAGES/django.po --- a/src/jocondelab/locale/oc/LC_MESSAGES/django.po Thu Jan 23 13:12:54 2014 +0100 +++ b/src/jocondelab/locale/oc/LC_MESSAGES/django.po Thu Jan 23 17:33:25 2014 +0100 @@ -315,7 +315,7 @@ "en linha Wikipèdia, plebiscitada per lo public (mai de 20 milions de " "visitors francès per mes).

\n" "

Aquesta experiènça a per vocacion de servir d’exemple als altres " -"sitis internet patrimonials e permetrà de modernizar los espleches utilizats " +"sits internet patrimonials e permetrà de modernizar los espleches utilizats " "en lo ministèri per manipolar las ressorças culturalas.

\n" " " @@ -614,12 +614,12 @@ msgstr "" "\n" "
\n" -"

Lo siti JocondeLab es una publicacion del ministèri de la Cultura " +"

Lo sit JocondeLab es una publicacion del ministèri de la Cultura " "e de la Comunicacion.

\n" "
\n" " \n" "
\n" -"

Còla responsable del siti Joconde

\n" +"

Còla responsable del sit Joconde

\n" "

Direction générale des patrimoines – Service des musées de " "France - Sous-direction des collections - Bureau de la diffusion numérique " "des collections

\n" @@ -688,7 +688,7 @@ "
\n" " \n" "
\n" -"

Concepcion e realizacion del siti

\n" +"

Concepcion e realizacion del sit

\n" "

Institut de recherche et d'innovation

\n" "

www.iri." "centrepompidou.fr

\n" diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/locale/ru/LC_MESSAGES/django.mo Binary file src/jocondelab/locale/ru/LC_MESSAGES/django.mo has changed diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/locale/ru/LC_MESSAGES/django.po --- a/src/jocondelab/locale/ru/LC_MESSAGES/django.po Thu Jan 23 13:12:54 2014 +0100 +++ b/src/jocondelab/locale/ru/LC_MESSAGES/django.po Thu Jan 23 17:33:25 2014 +0100 @@ -862,7 +862,7 @@ #: templates/jocondelab/front_search.html:16 #, python-format msgid "Résultats pour : « %(searchterms_label)s »" -msgstr "" +msgstr "Результаты для : « %(searchterms_label)s »" #: templates/jocondelab/front_search.html:13 #: templates/jocondelab/front_search.html:16 diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/static/jocondelab/css/front-students.css --- a/src/jocondelab/static/jocondelab/css/front-students.css Thu Jan 23 13:12:54 2014 +0100 +++ b/src/jocondelab/static/jocondelab/css/front-students.css Thu Jan 23 17:33:25 2014 +0100 @@ -11,3 +11,6 @@ p { font-size: 14px; } +.notice-item { + width: 190px; +} \ No newline at end of file diff -r 8786e47c162b -r e47d23774c75 src/jocondelab/templates/jocondelab/front_students.html --- a/src/jocondelab/templates/jocondelab/front_students.html Thu Jan 23 13:12:54 2014 +0100 +++ b/src/jocondelab/templates/jocondelab/front_students.html Thu Jan 23 17:33:25 2014 +0100 @@ -1,6 +1,11 @@ {% extends "jocondelab/front_base.html" %} {% load i18n %} +{% block css_declaration %} + {{block.super}} + +{% endblock %} + {% block title %}JocondeLab » {% trans "Galerie de créations" %}{% endblock %} {% block breadcrumbs %}{% trans "Galerie de créations" %}{% endblock %}