Fix crash in template

This commit is contained in:
rubenwardy 2022-01-08 01:49:13 +00:00
parent baa8c871b0
commit 574339f935
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
{% if packages_modnames %}
<h3>{{ _("Packages sharing provided mods") }}</h3>
<p class="text-muted">
{{ _("This package contains modnames that are present in the following packages:")
{{ _("This package contains modnames that are present in the following packages:") }}
</p>
{% for metapackage, packages in packages_modnames.items() %}
<h4>{{ metapackage.name }}</h4>

View File

@ -68,7 +68,7 @@ Create Account from Forums User
placeholder="{{ _('Forum username') }}" pattern="[a-zA-Z0-9._ -]+" title="{{ _('Only a-zA-Z0-9._ allowed') }}" required>
<p>
{{ _("Go to <a href="https://forum.minetest.net/ucp.php?i=profile&mode=signature">User Control Panel > Profile > Edit signature</a>") }}
{{ _("Go to <a href='https://forum.minetest.net/ucp.php?i=profile&mode=signature'>User Control Panel > Profile > Edit signature</a>") }}
</p>
<p>