remove SafeHTML calls in group team page template

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:24:56 -04:00
parent 52c2dabcc3
commit 00df4275f7
+2 -2
View File
@@ -88,7 +88,7 @@
{{ctx.Locale.Tr "org.teams.leave"}}
</div>
<div class="content">
<p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
<p>{{ctx.Locale.Tr "org.teams.leave.detail" (`<span class="name"></span>`)}}</p>
</div>
{{template "base/modal_actions_confirm" .}}
</div>
@@ -97,7 +97,7 @@
{{ctx.Locale.Tr "group.teams.remove"}}
</div>
<div class="content">
<p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`|SafeHTML)}}</p>
<p>{{ctx.Locale.Tr "group.teams.remove.detail" (`<span class="name"></span>`)}}</p>
</div>
{{template "base/modal_actions_confirm" .}}
</div>