Event Items now saved using JSON rather than an AJAX request

This commit is contained in:
Tom Price
2014-12-04 22:18:53 +00:00
parent eb4e3bdb14
commit 9e7e6dc707
7 changed files with 94 additions and 9 deletions

View File

@@ -36,8 +36,6 @@ Called from a modal window (e.g. when an item is submitted to an event/invoice).
May optionally also include some javascript in a success message to cause a load of
the new information onto the page.
"""
class CloseModal(generic.TemplateView):
template_name = 'closemodal.html'