Mercurial > public > sg101
diff gpp/templates/forums/topic.html @ 110:c329bfaed4a7
Forums: implemented the move topic feature.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Sep 2009 20:19:45 +0000 |
parents | 07be3e39e639 |
children | 0ce0104c7df3 |
line wrap: on
line diff
--- a/gpp/templates/forums/topic.html Sat Sep 26 18:03:57 2009 +0000 +++ b/gpp/templates/forums/topic.html Sat Sep 26 20:19:45 2009 +0000 @@ -45,6 +45,8 @@ <form action="{% url forums-mod_topic_delete topic.id %}" method="post"> <input type="submit" value="Delete Topic" id="forum-mod-del-topic" /> </form> + <a href="{% url forums-mod_topic_move topic.id %}"><img src="{{ MEDIA_URL }}icons/application_go.png" alt="Move Topic" title="Move Topic" /></a> + <a href="{% url forums-mod_topic_move topic.id %}">Move this topic</a> </div> {% endif %}