mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-10 08:39:41 +00:00
Add basic detail view for training record.
Only committing because I have other things to do
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
from django.views import generic
|
||||||
|
from training import models
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
|
|
||||||
|
|
||||||
|
class TrainingRecordDetailView(generic.DetailView):
|
||||||
|
model = models.TrainingRecord
|
||||||
|
|||||||
Reference in New Issue
Block a user