diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-14 04:03:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-14 04:03:10 +0100 |
commit | 5aaca9819bea6a23ab0689d4e9bc92deb8882681 (patch) | |
tree | 03302a871c296e6d91fdfeb6e381240b1f4b741d | |
parent | 7c2b9d78f19d76ddea3309dcc7786857956f278d (diff) | |
download | Chimère - projet Saclay-5aaca9819bea6a23ab0689d4e9bc92deb8882681.tar.bz2 Chimère - projet Saclay-5aaca9819bea6a23ab0689d4e9bc92deb8882681.zip |
Template: add "..." to shortified desc on welcome message
-rw-r--r-- | templates/chimere/blocks/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html index a2729b9..ae98814 100644 --- a/templates/chimere/blocks/welcome.html +++ b/templates/chimere/blocks/welcome.html @@ -34,7 +34,7 @@ $(function(){ {% else %} <h4>{{news.name}} – {{ news.start_date }}{% if news.end_date %} - {{ news.end_date }}{% endif %}</h4> {% if news.description %} - {{news.short_desc|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4 table td th tr"|safe}} + {{news.short_desc|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4 table td th tr"|safe}}... {% endif %} {% endif %} <p class='marker_link'> |