add a square character to be used in the legend (#1031)

This commit is contained in:
Frédéric Péters 2011-11-30 18:57:45 +01:00
parent 3e72956099
commit 4a44772448
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ jq('#tabellio-agenda tbody a').click(
<br/><span tal:condition="event/place" class="place" tal:content="event/place"></span>
</p>
<div class="event-data">
<h3 tal:content="event/title"/>
<h3><span class="event-type-square">■</span><span tal:replace="event/title"/></h3>
<p class="description" tal:condition="event/description" tal:content="event/description"></p>
<p class="details"><a href="#" tal:attributes="href event/absolute_url">Détails</a></p>
</div>