mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 20:57:28 +01:00
Fix crash in template
This commit is contained in:
parent
baa8c871b0
commit
574339f935
@ -11,7 +11,7 @@
|
|||||||
{% if packages_modnames %}
|
{% if packages_modnames %}
|
||||||
<h3>{{ _("Packages sharing provided mods") }}</h3>
|
<h3>{{ _("Packages sharing provided mods") }}</h3>
|
||||||
<p class="text-muted">
|
<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>
|
</p>
|
||||||
{% for metapackage, packages in packages_modnames.items() %}
|
{% for metapackage, packages in packages_modnames.items() %}
|
||||||
<h4>{{ metapackage.name }}</h4>
|
<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>
|
placeholder="{{ _('Forum username') }}" pattern="[a-zA-Z0-9._ -]+" title="{{ _('Only a-zA-Z0-9._ allowed') }}" required>
|
||||||
|
|
||||||
<p>
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user