fix faq/torrent_add

This commit is contained in:
Martijn Voncken 2008-06-25 17:29:55 +00:00
parent 9fc8f431a5
commit 5cbf606503
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $def with (torrent_list, organize_filters)
$for id, title, url in admin_pages:
<a class="tab_button" href='$base$url'>$title</a>
<a href="http://dev.deluge-torrent.org/wiki/Faq">Faq</a>
</td><td>
</td><td align="right" width="450px">

View File

@ -136,7 +136,7 @@ class torrent_add:
utils.seeother("/torrent/files/%s" % torrent_id)
else: #default
self.do_redirect()
utils.do_redirect()
def register():