.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user