|
|
|
@ -103,7 +103,7 @@ urlpatterns = [ |
|
|
|
path('gift-certificate/<str:slug>/get', GiftCertificateGetView.as_view(), name='gift-certificate-get'), |
|
|
|
path('gift-certificate/<str:slug>/get', GiftCertificateGetView.as_view(), name='gift-certificate-get'), |
|
|
|
path('faq', FAQView.as_view(), name='faq'), |
|
|
|
path('faq', FAQView.as_view(), name='faq'), |
|
|
|
path('links', LinksView.as_view(), name='links'), |
|
|
|
path('links', LinksView.as_view(), name='links'), |
|
|
|
path('packages', PackagesView.as_view(), name='packages'), |
|
|
|
path('prices', PackagesView.as_view(), name='packages'), |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|