This commit is contained in:
Ross
2021-02-05 11:29:49 +00:00
parent 8fa9dd4cf7
commit aeea5243b7
+2
View File
@@ -1,5 +1,7 @@
from django.shortcuts import render
from django.contrib.auth.decorators import login_required, user_passes_test
# Create your views here.
@login_required
def create_examination(request):