# HG changeset patch # User Brian Neal # Date 1467855659 18000 # Node ID 021af50158015729dc4aed4c4372dde8fe450543 # Parent 47e7dc23da4a8ae545fe74712311fe3f130607c8 Contests now using V3 post box for comments. diff -r 47e7dc23da4a -r 021af5015801 sg101/templates/contests/contest_detail.html --- a/sg101/templates/contests/contest_detail.html Wed Jul 06 20:27:46 2016 -0500 +++ b/sg101/templates/contests/contest_detail.html Wed Jul 06 20:40:59 2016 -0500 @@ -9,7 +9,6 @@ {% endblock %} {% block title %}Contests: {{ contest.title }}{% endblock %} {% block pre_custom_css %} -{% css_tags 'jquery-ui markitup' %} {% endblock %} {% block custom_css %} @@ -90,7 +89,7 @@ {% render_comment_list contest %} {% if contest.is_active %}

Leave a comment?

- {% render_comment_form user contest %} + {% render_comment_form_v3 user contest %} {% else %}

Comments are closed for this contest. If you'd like to share your thoughts on this contest with the site staff, you can contact us directly.

@@ -99,8 +98,8 @@ {% block custom_js %} {% if contest.is_active %} - {% js_tags "markitup jquery-ui" %} +