change file extension to html.j2 for templates

This commit is contained in:
Stefan Allius
2025-04-19 21:26:15 +02:00
parent fe915f524d
commit a527926e57
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'base.html.j2' %}
{% block title %} TSUN Proxy - View {% endblock title%}
{% block menu2_class %}w3-blue{% endblock %}

View File

@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'base.html.j2' %}
{% block title %} TSUN Proxy - Dashboard {% endblock title%}
{% block menu1_class %}w3-blue{% endblock %}