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

@@ -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 %}