Add PHPNW talk
This commit is contained in:
parent
90a5cbdc1f
commit
384fb111b7
3 changed files with 12 additions and 4 deletions
|
@ -13,7 +13,11 @@
|
|||
<tr>
|
||||
<td class="column-date">
|
||||
<div class="event-date display-block">
|
||||
{{ event.date|date('j F Y') }}
|
||||
{% if event.fuzzy_date %}
|
||||
{{ event.date|date('F Y') }}
|
||||
{% else %}
|
||||
{{ event.date|date('j F Y') }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if event.time %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue