Display activity details
This commit is contained in:
parent
34949f0859
commit
0d43d74c60
2 changed files with 51 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class ActivityListView(LoginRequiredMixin, SingleTableView):
|
|||
|
||||
class ActivityDetailView(LoginRequiredMixin, DetailView):
|
||||
model = Activity
|
||||
context_object_name = "activity"
|
||||
|
||||
|
||||
class ActivityUpdateView(LoginRequiredMixin, UpdateView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue