trivial: remove space before question mark

This commit is contained in:
Frédéric Péters 2019-05-16 18:15:58 +02:00
parent 23f13059d0
commit 6b023257a5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{% block content %}
<form method="post">
{% csrf_token %}
{% blocktrans %}Are you sure you want to delete this ?{% endblocktrans %}
{% blocktrans %}Are you sure you want to delete this?{% endblocktrans %}
<div class="buttons">
<button class="delete-button">{% trans 'Delete' %}</button>
<a class="cancel" href="{% url 'lingo-manager-paymentbackend-list' %}">{% trans 'Cancel' %}</a>