Fix the URL in the confirm delete page for templates.
commit4d8334dd38d8d26d338310f6437a7a7e4c64e257
authorAbhilash Raj <maxking@asynchronous.in>
Tue, 15 Dec 2020 08:07:29 +0000 (15 08:07 +0000)
committerAbhilash Raj <maxking@asynchronous.in>
Tue, 15 Dec 2020 08:07:29 +0000 (15 08:07 +0000)
treedb9d38c4d676e6c5d6f9cfd61cb7afd840ad43d3
parent0f66e4ba92569f5086b7bda90b9eacb73eb9095b
Fix the URL in the confirm delete page for templates.

Also, change reverse_lazy to reverse for CBVs since we are already using the
get_success_url which is evaluated lazily.
src/postorius/doc/news.rst
src/postorius/templates/postorius/domain/template_delete.html
src/postorius/templates/postorius/lists/template_delete.html
src/postorius/views/template.py