move base template to better folder

This commit is contained in:
Tobias Brunner 2025-03-14 15:21:14 +01:00
parent 15293dfa11
commit 31844f1b13
No known key found for this signature in database
17 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% block title %}Bad Request (400){% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% block title %}Page Not Found (404){% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% block title %}Server Error (500){% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% load contact_tags %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% block title %}Open Cloud Native Services Hub{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load contact_tags %}
{% block title %}Contact Us{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load form_tags %}
{% block title %}Contact Us{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% block title %}Service Offerings{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load contact_tags %}
{% block title %}Consulting Partner {{ partner.name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% load contact_tags %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load contact_tags %}
{% block title %}Service Provider {{ provider.name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% load contact_tags %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% block title %}Service {{ service.name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% load static %}
{% load contact_tags %}

View file

@ -1,4 +1,4 @@
{% extends 'services/base.html' %}
{% extends 'base.html' %}
{% block title %}Thanks{% endblock %}