diff --git a/blog/__pycache__/views.cpython-310.pyc b/blog/__pycache__/views.cpython-310.pyc index 132fee1..2fcf313 100644 Binary files a/blog/__pycache__/views.cpython-310.pyc and b/blog/__pycache__/views.cpython-310.pyc differ diff --git a/blog/views.py b/blog/views.py index 4e5d0e0..13ef412 100644 --- a/blog/views.py +++ b/blog/views.py @@ -34,7 +34,7 @@ def news(request): ordering = (ordering,) queryset = queryset.order_by(*ordering) - return render(request, 'blog/home.html', { context_object_name: queryset, 'topics': ['Django', 'UkraineConflict', 'TechBlog'] }) + return render(request, 'blog/home.html', { context_object_name: queryset, 'topics': ['No Updates...'] }) class BlogDetailView(DetailView): diff --git a/templates/base.html b/templates/base.html index e54a48c..2c76e25 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@