diff --git a/app/views.py b/app/views.py index b1293c3..96ff86a 100644 --- a/app/views.py +++ b/app/views.py @@ -79,6 +79,7 @@ class AmadeusSettings(LoginRequiredMixin, HasRoleMixin, generic.CreateView): def get_context_data(self, **kwargs): context = super(AmadeusSettings, self).get_context_data(**kwargs) context['page'] = self.kwargs.get('page') + context['title'] = 'Settings' if not self.request.method == 'POST': try: setting = EmailBackend.objects.latest('id') diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html index 8dafff3..04ce5d9 100644 --- a/courses/templates/topic/index.html +++ b/courses/templates/topic/index.html @@ -33,7 +33,7 @@