mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +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.views import generic
|
||||
from training import models
|
||||
|
||||
# Create your views here.
|
||||
|
||||
|
||||
class TrainingRecordDetailView(generic.DetailView):
|
||||
model = models.TrainingRecord
|
||||
|
||||
Reference in New Issue
Block a user