fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updating ask-a-lawyer content
[prawokultury.git]
/
events
/
templates
/
events
/
snippets
/
event_short.html
1
{% load i18n %}
2
<div class="event">
3
<a href="{{ event.link }}">
4
<h2>{{ event.date }}</h2>{# just date #}
5
<strong class="title">{{ event.title }}</strong>
6
7
<div class="description">
8
{{ event.date }}, {{ event.place }}<br/>
9
{% trans "Organizer" %}: {{ event.organizer }}<br/>
10
</div>
11
</a>
12
</div>
13