Fix translation on delete_build form

This commit is contained in:
Kálmán Rózsahegyi 2022-03-31 15:21:34 +02:00
parent 6eab3dbf09
commit 6bd5e652ee

View File

@ -1,5 +1,7 @@
{% extends "modal_delete_form.html" %}
{% load i18n %}
{% block pre_form_content %}
Are you sure you want to delete this build?
{% trans "Are you sure you want to delete this build?" %}
{% endblock %}