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 %}Open Cloud Native Services Hub{% endblock %}