Mercurial > public > sg101
view gpp/templates/forums/new_topic_thanks.html @ 264:91c0902de04d
Fixing #115: time zone picker javascript doesn't work on IE8. Apparently IE doesn't like array.indexOf(), but jQuery saves the day with a utility function that provides the same functionality.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 23 Sep 2010 01:16:26 +0000 |
parents | 5b4c812b448e |
children | 593fb6dbd449 |
line wrap: on
line source
{% extends 'base.html' %} {% block title %}Forums: New Topic Created{% endblock %} {% block content %} <h2>Forums: {{ forum.name }} - New Topic Created</h2> <h3> <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> </h3> <p> New topic created successfully. Click <a href="{{ topic.get_absolute_url }}">here</a> to view your new topic. </p> {% endblock %}