{% extends 'home/base.html' %} {% load crispy_forms_tags %} {% block content %}
Add a Post!
{% csrf_token %} {{ form | crispy }}
{% for post in post_wall %}

@{{ post.author }} {{ post.created_on }}

{{ post.body }}

{% if post.image %} {% endif %}
{% csrf_token %}
{% csrf_token %}
{% endfor %}
{% endblock content %}