0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-10 03:12:09 +02:00

remove SafeHTML calls in group team page template

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-15 22:33:40 -04:00
parent 52c2dabcc3
commit 00df4275f7
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

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>