Skip to content
Snippets Groups Projects
Commit a9579ec5 authored by root's avatar root
Browse files

security issue fixed

parent f0ea10bd
No related branches found
No related tags found
No related merge requests found
......@@ -632,6 +632,7 @@ def appointment_edit_datetime(request, id):
form = AppointmentEditForm(instance=the_appointment)
return wrap_response(request, 'appointments/edit.html', {'form': form})
@login_required
def export_to_csv2(request, type="subjects"):
#Create the HttpResponse object with the appropriate CSV header.
response = HttpResponse(content_type='text/csv')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment