This commit is contained in:
2022-05-23 20:40:22 +02:00
parent 703ef3c5b1
commit b58b92bc30
14 changed files with 390 additions and 92 deletions

View File

@ -32,4 +32,6 @@
</li>
{% endfor %}
</ul>
<p><a href="{{ path('notification_dm', {'offer_id': 112}) }}">dm notification</a></p>
{% endblock %}

View File

@ -0,0 +1,7 @@
{% extends 'base.html.twig' %}
{% block title %}notif dm!{% endblock %}
{% block body %}
<p>check profiler output</p>
{% endblock %}