use new style {% url "view" %} template syntax
commitce3dae0f6f139365654d1bd179732b57229b3075
authorStefan Kögl <stefan@skoegl.net>
Tue, 30 Oct 2012 16:18:37 +0000 (30 17:18 +0100)
committerStefan Kögl <stefan@skoegl.net>
Tue, 30 Oct 2012 16:22:54 +0000 (30 17:22 +0100)
tree8c83e2d30ce40b8aee8b563a3f684a82c250fccb
parentffea06368c7ea0fbe3e34a3c59dc27094bef9c32
use new style {% url "view" %} template syntax

ensures compatibility with upcoming Django 1.5; the change is also backwards
compatible with Django 1.3 and 1.4
47 files changed:
mygpo/admin/templates/admin/merge-grouping.html
mygpo/admin/templates/admin/merge-select.html
mygpo/admin/templates/admin/overview.html
mygpo/directory/templates/category.html
mygpo/directory/templates/directory.html
mygpo/directory/templates/episode_toplist.html
mygpo/directory/templates/podcast_lists.html
mygpo/directory/templates/search.html
mygpo/directory/templates/toplist.html
mygpo/publisher/templates/link.html
mygpo/publisher/templates/publisher/home.html
mygpo/publisher/templates/publisher/info.html
mygpo/share/templates/list.html
mygpo/share/templates/list_search.html
mygpo/share/templates/lists.html
mygpo/share/templates/lists_user.html
mygpo/share/templates/share/favorites.html
mygpo/share/templates/share/overview.html
mygpo/share/templates/userpage-denied.html
mygpo/share/templates/userpage.html
mygpo/web/templates/account.html
mygpo/web/templates/base.html
mygpo/web/templates/csrf.html
mygpo/web/templates/dashboard.html
mygpo/web/templates/delete_account.html
mygpo/web/templates/deleted_account.html
mygpo/web/templates/device-create.html
mygpo/web/templates/device-edit.html
mygpo/web/templates/device.html
mygpo/web/templates/devicelist.html
mygpo/web/templates/episode.html
mygpo/web/templates/favorites.html
mygpo/web/templates/history.html
mygpo/web/templates/home.html
mygpo/web/templates/login.html
mygpo/web/templates/mytags.html
mygpo/web/templates/online-help.html
mygpo/web/templates/password_reset.html
mygpo/web/templates/podcast.html
mygpo/web/templates/privacy.html
mygpo/web/templates/registration/registration_form.html
mygpo/web/templates/registration/resend_activation.html
mygpo/web/templates/restore_password.html
mygpo/web/templates/subscribe.html
mygpo/web/templates/subscriptions.html
mygpo/web/templates/suggestions.html
mygpo/web/templates/user_subscriptions.html