From 8f89be0a59b1d7965efd13f060a9ca5c1d3c2490 Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Tue, 21 Nov 2023 19:13:03 +0100 Subject: [PATCH] Fix render breakage in template --- templates/instance.rs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/instance.rs.html b/templates/instance.rs.html index 3245a18..f607fe4 100644 --- a/templates/instance.rs.html +++ b/templates/instance.rs.html @@ -30,10 +30,10 @@ } + @if let Some(contact) = contact { +
Administré par:
+ @:admin_html(contact, base) - @if let Some(contact) = contact { -
Administré par:
- @:admin_html(contact, base) } }