added all html pages in this
This commit is contained in:
@@ -86,7 +86,26 @@ class PrivacyPolicyView(TemplateView):
|
||||
context["meta_title"] = seo.privacy_pol_meta_title if seo else "Privacy Policy - Zestato"
|
||||
context["meta_description"] = seo.privacy_pol_meta_description if seo else "Read Zestato's privacy practices and data usage policy."
|
||||
return context
|
||||
|
||||
|
||||
|
||||
|
||||
class DataProtectionView(TemplateView):
|
||||
template_name = 'legal/data_protection.html'
|
||||
|
||||
class ImprintView(TemplateView):
|
||||
template_name = 'legal/imprint.html'
|
||||
|
||||
class PressView(TemplateView):
|
||||
template_name = 'company/press.html'
|
||||
|
||||
class SuccessStories(TemplateView):
|
||||
template_name = 'company/success_stories.html'
|
||||
|
||||
class Training(TemplateView):
|
||||
template_name = 'company/training.html'
|
||||
|
||||
class HelpAndSupport(TemplateView):
|
||||
template_name = 'company/help_and_support.html'
|
||||
|
||||
class AboutUsView(TemplateView):
|
||||
template_name = 'company/about_us.html'
|
||||
@@ -108,6 +127,8 @@ class OurCoreTeam(TemplateView):
|
||||
class CookiePolicy(TemplateView):
|
||||
template_name = 'legal/cookiepolicy.html'
|
||||
|
||||
|
||||
|
||||
class CareersView(TemplateView):
|
||||
template_name = 'company/careers.html'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user