while upgrading to symfony 6.1

This commit is contained in:
2022-10-28 18:48:25 +02:00
parent 433603fad2
commit e97f8e43bf
58 changed files with 1743 additions and 4656 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'base.html.twig' %}
{% extends '../themes/default/base.html.twig' %}
{% block title %}
Profile of {{ user.username }}

View File

@@ -1,4 +1,4 @@
{% extends 'base.html.twig' %}
{% extends '../themes/default/base.html.twig' %}
{% block title %}
Userlist

View File

@@ -1,4 +1,4 @@
{% extends 'base.html.twig' %}
{% extends '../themes/default/base.html.twig' %}
{% block title %}
Profile of {{ user.username }}