update meeting show at home (shows last and next one), update clean function of meeting
This commit is contained in:
11
fet2020/templates/posts/partials/_meeting_row.html
Normal file
11
fet2020/templates/posts/partials/_meeting_row.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<a href="{{post.url}}">
|
||||
<article class="article-row">
|
||||
<div class="article-row-content">
|
||||
<h1 class="article-row-content-header">{{post.title}}</h1>
|
||||
{% if post.subtitle is not None %}
|
||||
<p class="article-row-content-description">{{post.subtitle}}</p>
|
||||
{% endif %}
|
||||
<time class="article-row-content-time" datetime="2008-02-14 20:00">{{post.event_start}}</time>
|
||||
</div>
|
||||
</article>
|
||||
</a>
|
||||
Reference in New Issue
Block a user