Fixing main templates.

This commit is contained in:
Alexey Skobkin 2023-08-17 01:40:29 +03:00
parent 2673272fc7
commit ab3a54bde9
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block content %}
{# TODO classes #}

View File

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block header_title %}{{ user.login }} @ Point Tools{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block header_title %}Stats @ Point Tools{% endblock %}