Skip to content

Commit 448057e

Browse files
authored
Ajout d'une quote manquante (#2131)
La liste des conférences d'un speaker ne s'affichent plus sinon.
1 parent 9742635 commit 448057e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/speaker/edit.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<div class="item">
6868
<i class="book icon"></i>
6969
<div class="content">
70-
<a href="{{ url('admin_talk_edit', {id: talk.id}) }}>
70+
<a href="{{ url('admin_talk_edit', {id: talk.id}) }}">
7171
{{ talk.title }}
7272
</a>
7373
</div>

0 commit comments

Comments
 (0)