Mercurial > public > sg101
view gpp/templates/forums/new_topic_thanks.html @ 461:2d96d9bcf0de
Fixing #222. Verified all the fields have been validated before trying to use them in the form.clean() method.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 05 Jul 2011 19:24:18 +0000 |
parents | 593fb6dbd449 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load forum_tags %} {% block title %}Forums: New Topic Created{% endblock %} {% block content %} {% forum_navigation topic "New Topic Created" %} <p> You have successfully created a new topic called " <a href="{{ topic.get_absolute_url }}">{{ topic.name }}</a>". </p> {% endblock %}