Switch from bootstrap to old-school minimal style.
This commit is contained in:
parent
301c389ba9
commit
926c2370c6
3 changed files with 36 additions and 27 deletions
|
|
@ -22,7 +22,9 @@
|
|||
<li>
|
||||
<a href="{{ url_for("event_page", event_id=item.id) }}">{{ item.title }}</a>
|
||||
—
|
||||
{{ item.conference.title }}
|
||||
<a href="{{ url_for("conference_page", short_name=item.conference.short_name) }}">{{ item.conference.title }}</a>
|
||||
—
|
||||
{{ item.event_date.strftime("%d %b %Y at %H:%M") if item.event_date else "date missing" }}
|
||||
—
|
||||
{% for p in item.people %}
|
||||
<a href="{{ url_for("person", person_id=p.id) }}">{{ p.name }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue