diff --git a/templates/privacy_policy.html b/templates/privacy_policy.html index ad81738..c56ffa6 100644 --- a/templates/privacy_policy.html +++ b/templates/privacy_policy.html @@ -164,7 +164,7 @@ - {% include 'navigation.html' %} + {% include 'navbar.html' %}
@@ -417,6 +417,103 @@
- {% include 'footer.html' %} + + diff --git a/templates/terms_of_service.html b/templates/terms_of_service.html index c8c6079..00054cd 100644 --- a/templates/terms_of_service.html +++ b/templates/terms_of_service.html @@ -147,7 +147,7 @@ - {% include 'navigation.html' %} + {% include 'navbar.html' %}
@@ -318,6 +318,103 @@
- {% include 'footer.html' %} + +