контакты (static)

This commit is contained in:
2022-11-12 02:56:19 +03:00
parent ea136f4650
commit 09ef7bac65
3 changed files with 97 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ urlpatterns = [
re_path(r'^blogpost/(?P<post_id>\d{1,})/\S*/*$', blog.blog_post),
# САТИЧЕСКИЕ СТРАНИЦЫ
re_path(r'^tariff$', views.tariff),
re_path(r'^contact', views.contact),
]