Mercurial > public > sg101
view gpp/templates/forums/edit_post.html @ 557:7247a406f92b
Merging change to requirements.txt made on production server.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Jan 2012 14:45:09 -0600 |
parents | 72fd300685d5 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load forum_tags %} {% block title %}Forums: Edit Post{% endblock %} {% block custom_js %}{{ form.media }}{% endblock %} {% block content %} {% forum_navigation topic "Edit Post" %} <div class="forum-block"> <table class="forum-topic" id="forum-topic"> {% include 'forums/display_post.html' %} </table> <a name="forum-reply-form"></a> {% show_form "Edit Post" form "Update Post" 0 %} </div> {% endblock %}