.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
|
||||||
|
from django.contrib.auth.decorators import login_required, user_passes_test
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
@login_required
|
@login_required
|
||||||
def create_examination(request):
|
def create_examination(request):
|
||||||
|
|||||||
Reference in New Issue
Block a user