Commit 7fe9c2415269c0dba594d392e93d5cdf7c6a672b
1 parent
e7f33867
Exists in
master
and in
2 other branches
concertando breadcumps de relatorios de video do youtube
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
youtube_video/views.py
... | ... | @@ -583,6 +583,7 @@ class StatisticsView(LoginRequiredMixin, LogMixin, generic.DetailView): |
583 | 583 | context['finish'] = column_finish |
584 | 584 | context['topic'] = ytvideo.topic |
585 | 585 | context['subject'] = ytvideo.topic.subject |
586 | + context['youtube'] = ytvideo | |
586 | 587 | context['db_data'] = re |
587 | 588 | context['title_chart'] = _('Actions about resource') |
588 | 589 | context['title_vAxis'] = _('Quantity') | ... | ... |