diff gpp/templates/gcalendar/event.html @ 131:5b69d6e01fd4

Creating a common way to display the smiley and markdown help dialogs for a markItUp textarea input form. Converted gcalendar over to it as a trial.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2009 22:47:17 +0000
parents dbd703f7d63a
children 6a5549c2efb5
line wrap: on
line diff
--- a/gpp/templates/gcalendar/event.html	Fri Nov 20 02:44:45 2009 +0000
+++ b/gpp/templates/gcalendar/event.html	Thu Nov 26 22:47:17 2009 +0000
@@ -1,4 +1,5 @@
 {% extends 'base.html' %}
+{% load core_tags %}
 {% block title %}{{ title }}{% endblock %}
 {% block custom_js %}
 {{ form.media }}
@@ -36,7 +37,7 @@
 <tr><th>Where:</th><td>{{ form.where.errors }}{{ form.where }}</td></tr>
 <tr><th>Details:</th><td>{{ form.description.errors }}{{ form.description }}</td></tr>
 {# form.as_p #}
-<tr><td>&nbsp;</td><td><input type="submit" name="submit_button" value="Submit" /></td></tr>
+<tr><td>&nbsp;</td><td>{% comment_dialogs %}<input type="submit" name="submit_button" value="Submit" /></td></tr>
 </table>
 </form>
 <p><a href="{% url gcalendar-index %}">&laquo; Back to the Event Calendar</a></p>