Skip to content
Snippets Groups Projects
Verified Commit 112a7aa9 authored by Jonas Leder's avatar Jonas Leder
Browse files

set page title

parent c3e0d80d
No related branches found
No related tags found
No related merge requests found
{% extends 'page.html.twig' %}
{% block title %}Dashboard{% endblock %}
{% block title %}Users{% endblock %}
{% block content %}
<div class="container">
<div class="accordion">
......
{% extends 'page.html.twig' %}
{% block title %}Dashboard{% endblock %}
{% block title %}Profile{% endblock %}
{% block content %}
<div class="container">
<form method="post" action="{{ path('app_profile_update') }}" class="bg-dark border rounded-3 p-2 mb-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment