Mercurial > public > sg101
view gpp/templates/messages/compose.html @ 127:2d299909e074
Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 16 Nov 2009 01:00:28 +0000 |
parents | dbd703f7d63a |
children | c515b7401078 |
line wrap: on
line source
{% extends 'messages/base.html' %} {% block title %}Messages: Compose{% endblock %} {% block custom_js %} {{ compose_form.media }} {% endblock %} {% block compose-class %}class="active"{% endblock %} {% block messages_content %} <h3>Compose Message</h3> <form action="." method="post"> <table> {{ compose_form.as_table }} <tr> <td> </td> <td> <input type="submit" name="submit_button" value="Send" /> <input type="submit" name="submit_button" value="Cancel" /> </td> </tr> </table> </form> <br /> {% endblock %}