Created new models to replicate out of and split coord app

Moved helpers and views to their respective new apps
This commit is contained in:
st01765
2026-02-05 11:18:08 +11:00
parent ad4fd19cc7
commit b695dd8054
26 changed files with 1536 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def emergency_contacts(request):
def bus_roll(request):
return render_to_pdf('reports/bus_roll.html', bus_roll_context())
@staff_member_required
def sms_message(request, queryset):
if request.method == 'POST':
form = SMSForm(request.POST)