mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-31 18:27:30 +01:00
Fix crash in template
This commit is contained in:
parent
baa8c871b0
commit
574339f935
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user