Improve URL handling

Extract bookmark list tag
This commit is contained in:
Sascha Ißbrücker
2019-07-06 17:17:14 +02:00
parent 25e74088b8
commit 1b7f57999d
7 changed files with 59 additions and 47 deletions

View File

@@ -26,7 +26,7 @@ def bookmark_import(request):
messages.error(request, 'An error occurred during bookmark import.', 'bookmark_import')
pass
return HttpResponseRedirect(reverse('bookmarks:settings_index'))
return HttpResponseRedirect(reverse('bookmarks:settings.index'))
def _find_message_with_tag(messages, tag):