Refactor RA creation stuff, again

This commit is contained in:
2020-06-03 15:15:02 +01:00
parent 3768f4a613
commit d31900c5c3
9 changed files with 74 additions and 41 deletions

View File

@@ -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']