comparison gpp/templates/forums/new_topic.html @ 95:23035afdeae8

Forums: use markitup editor on forums post forms.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 18:05:18 +0000
parents 5b4c812b448e
children 3ae999b0c53b
comparison
equal deleted inserted replaced
94:806399f3b950 95:23035afdeae8
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% block title %}Forums: New Topic{% endblock %} 2 {% block title %}Forums: New Topic{% endblock %}
3 {% block custom_js %}{{ form.media }}{% endblock %}
3 {% block content %} 4 {% block content %}
4 <h2>{{ forum.name }} - New Topic</h2> 5 <h2>{{ forum.name }} - New Topic</h2>
5 6
6 <h3> 7 <h3>
7 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo; 8 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo;