Mercurial > public > sg101
view gpp/templates/forums/new_topic_thanks.html @ 548:2c281530dc9c
Adding SG101 protest page for SOPA & PIPA.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 14 Jan 2012 14:59:51 -0600 |
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 %}