mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(FastAPI): add missing translation filter for request type
Signed-off-by: Steven Guikal <void@fluix.one>
This commit is contained in:
parent
7bfc2bf9b4
commit
f392b3607e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
</td>
|
</td>
|
||||||
{# Type #}
|
{# Type #}
|
||||||
<td>
|
<td>
|
||||||
{{ result.RequestType.name_display() }}
|
{{ result.RequestType.name_display() | tr }}
|
||||||
{# If the RequestType is a merge and request.MergeBaseName is valid... #}
|
{# If the RequestType is a merge and request.MergeBaseName is valid... #}
|
||||||
{% if result.RequestType.ID == 3 and result.MergeBaseName %}
|
{% if result.RequestType.ID == 3 and result.MergeBaseName %}
|
||||||
({{ result.MergeBaseName }})
|
({{ result.MergeBaseName }})
|
||||||
|
|
Loading…
Add table
Reference in a new issue