{% extends "txstate_base.html" %} {% load sorting_tags %} {% load endless %} {% block head %} {{ form.media }} {% endblock head %} {% block content %} {% autosort posts %}
{% anchor heading Heading %} | {% anchor date_created Created %} | {% anchor date_edited Edited %} | {% anchor deadline Deadline %} | |
---|---|---|---|---|
{{ post.heading }} | {{ post.date_created }} | {{ post.date_edited }} | {{ post.deadline }} | See Full Post |