From 7b3ab7de7b838ee70ea527f8d252792a719c5cd9 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 9 Oct 2023 16:09:01 +0300 Subject: [PATCH] fix user id route --- templates/default/torrent/edit/locales.html.twig | 2 +- templates/default/torrent/edit/sensitive.html.twig | 2 +- templates/default/torrent/info.html.twig | 2 +- templates/default/user/dashboard.html.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/default/torrent/edit/locales.html.twig b/templates/default/torrent/edit/locales.html.twig index 0228faf..5fc7388 100644 --- a/templates/default/torrent/edit/locales.html.twig +++ b/templates/default/torrent/edit/locales.html.twig @@ -62,7 +62,7 @@ {% endif %} {{ 'by'|trans }} - + {{'identicon'|trans }}
diff --git a/templates/default/torrent/edit/sensitive.html.twig b/templates/default/torrent/edit/sensitive.html.twig index 226f9c3..3ab48e2 100644 --- a/templates/default/torrent/edit/sensitive.html.twig +++ b/templates/default/torrent/edit/sensitive.html.twig @@ -38,7 +38,7 @@ {% endif %} {{ 'by'|trans }} - + {{'identicon'|trans }}
diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index 5daefd0..5a04f9d 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -183,7 +183,7 @@ {% for id, identicon in torrent.contributors %} - + {{'identicon'|trans }} {% endfor %} diff --git a/templates/default/user/dashboard.html.twig b/templates/default/user/dashboard.html.twig index feb1eed..3ca31dd 100644 --- a/templates/default/user/dashboard.html.twig +++ b/templates/default/user/dashboard.html.twig @@ -5,7 +5,7 @@