mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
Refactor RA creation stuff, again
This commit is contained in:
@@ -180,6 +180,7 @@ class VenueCreate(generic.CreateView):
|
||||
|
||||
|
||||
class VenueUpdate(generic.UpdateView):
|
||||
template_name = 'venue_form.html'
|
||||
model = models.Venue
|
||||
fields = ['name', 'phone', 'email', 'address', 'notes', 'three_phase_available']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user