diff --git a/blog/__pycache__/urls.cpython-310.pyc b/blog/__pycache__/urls.cpython-310.pyc index 304c847..678c39d 100644 Binary files a/blog/__pycache__/urls.cpython-310.pyc and b/blog/__pycache__/urls.cpython-310.pyc differ diff --git a/blog/urls.py b/blog/urls.py index f8e79f1..0f0fa69 100644 --- a/blog/urls.py +++ b/blog/urls.py @@ -5,7 +5,7 @@ urlpatterns = [ path('', views.home, name='Home'), path('news/', views.news, name='News'), path('blog/', views.BlogDetailView.as_view(), name='Blog'), - path('blog/create/', views.BlogCreateView.as_view(), name='Blog Create'), + path('blog/create/', views.BlogCreateView.as_view(), name='BlogCreate'), path('dev/', views.dev, name='Dev'), path('dev/support/', views.support, name='Support'), ] diff --git a/db.sqlite3 b/db.sqlite3 index abd0cd6..864b088 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/templates/base.html b/templates/base.html index 9011aef..7cae3b3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,6 +29,11 @@