Fix remaining translation parameters

This commit is contained in:
rubenwardy 2022-01-08 17:57:05 +00:00
parent 00bb8a486d
commit 71b4a0416f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{% if package.issueTracker %}
<p class="alert alert-secondary">
{{ _("Found a bug? Post on the <a href='%{url}s'>issue tracker</a> instead.", url=package.issueTracker) }}<br />
{{ _("Found a bug? Post on the <a href='%(url)s'>issue tracker</a> instead.", url=package.issueTracker) }}<br />
</p>
{% endif %}

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}
{{ _("Delete reply by %{username)s in %(title)s ", title=thread.title, username=reply.author.username) }}
{{ _("Delete reply by %(username)s in %(title)s ", title=thread.title, username=reply.author.username) }}
{% endblock %}
{% block content %}