calendar is now only future events; posts include members and images

This commit is contained in:
2020-08-27 20:01:24 +00:00
parent 7faddf6468
commit 37dff3b310
8 changed files with 21 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'layout.html' %}
func{% extends 'layout.html' %}
{% load post_helpers %}
{% load static %}
{% block content %}
@@ -13,7 +13,7 @@
<div class="news-hero-text" >
<hr>
<div class="article-date">
<p>Published on Jan 12, 2020 Just added now</p>
<p>{{post.public_date}}</p>
</div>
<div class="article-title">
<h1>{{post.title| safe}}</h1>
@@ -55,8 +55,8 @@
{% endfor %}
</div>
<div class="medium-4 small-12 small-order-1 medium-order-2 padding-1">
{% for post in events %}
{% include 'posts/partials/_date_box.html' %}
{% for post in events %}
{% include 'posts/partials/_date_box.html' %}
{% endfor %}
</div>