mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
fix faq/torrent_add
This commit is contained in:
parent
9fc8f431a5
commit
5cbf606503
@ -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">
|
||||
|
@ -136,7 +136,7 @@ class torrent_add:
|
||||
utils.seeother("/torrent/files/%s" % torrent_id)
|
||||
|
||||
else: #default
|
||||
self.do_redirect()
|
||||
utils.do_redirect()
|
||||
|
||||
|
||||
def register():
|
||||
|
Loading…
x
Reference in New Issue
Block a user