comparison 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
comparison
equal deleted inserted replaced
130:a4635c094f24 131:5b69d6e01fd4
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load core_tags %}
2 {% block title %}{{ title }}{% endblock %} 3 {% block title %}{{ title }}{% endblock %}
3 {% block custom_js %} 4 {% block custom_js %}
4 {{ form.media }} 5 {{ form.media }}
5 {% endblock %} 6 {% endblock %}
6 {% block content %} 7 {% block content %}
34 </div> 35 </div>
35 </td></tr> 36 </td></tr>
36 <tr><th>Where:</th><td>{{ form.where.errors }}{{ form.where }}</td></tr> 37 <tr><th>Where:</th><td>{{ form.where.errors }}{{ form.where }}</td></tr>
37 <tr><th>Details:</th><td>{{ form.description.errors }}{{ form.description }}</td></tr> 38 <tr><th>Details:</th><td>{{ form.description.errors }}{{ form.description }}</td></tr>
38 {# form.as_p #} 39 {# form.as_p #}
39 <tr><td>&nbsp;</td><td><input type="submit" name="submit_button" value="Submit" /></td></tr> 40 <tr><td>&nbsp;</td><td>{% comment_dialogs %}<input type="submit" name="submit_button" value="Submit" /></td></tr>
40 </table> 41 </table>
41 </form> 42 </form>
42 <p><a href="{% url gcalendar-index %}">&laquo; Back to the Event Calendar</a></p> 43 <p><a href="{% url gcalendar-index %}">&laquo; Back to the Event Calendar</a></p>
43 {% endblock %} 44 {% endblock %}