fixed title on each page
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{% extends 'public_base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Data Policy | B42{% endblock %}
|
||||
{% block meta_description %}Privacy Policy and Data Protection Information for B42 by SFY GmbH.{% endblock %}
|
||||
{% block title %}Data Protection{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="bg-[#1a1a1a] text-white py-20">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{% extends 'public_base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Imprint | B42{% endblock %}
|
||||
{% block meta_description %}Imprint and Legal Information for B42 by SFY GmbH.{% endblock %}
|
||||
{% block title %}imprint{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<section class="bg-[#1a1a1a] text-white py-20">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{% extends 'public_base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Terms of Use | B42{% endblock %}
|
||||
{% block meta_description %}General Terms and Conditions of B42 by SFY GmbH.{% endblock %}
|
||||
{% block title %}Terms and Conditions{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<section class="bg-[#1a1a1a] text-white py-20">
|
||||
|
||||
Reference in New Issue
Block a user