{% extends 'schasite/authenticated_base.html' %} {% load static %} {% block pagetitle %} Create Post | SCHA {% endblock %} {% block content %}

Create New Post

New Community Post

{% csrf_token %} {% if community_post.errors %}

Need to fix the following errors

{{ community_post.errors | safe }}
{% endif %}
Please provide a title for your post.
Please select a category.
Please provide content for your post.
Maximum file size: 5MB. Allowed formats: JPG, PNG, GIF.
Cancel
{% endblock %} {% block extra_js %} {% endblock %}