Skip to content

Commit

Permalink
Merge pull request #24 from martintaleski/develop
Browse files Browse the repository at this point in the history
Translation for confirm screen buttons
  • Loading branch information
saxix authored Oct 30, 2024
2 parents 5291d90 + bbd7b4a commit f331512
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h2>{{ message }}</h2>
<br><br><br><br><br>
<form method="post">
{% csrf_token %}
<input type="submit" class="btn btn-large btn-danger" value="Confirm">
<input type="submit" class="btn btn-large btn-danger" value="{% trans 'Confirm' %}">
<input type="button" class="btn btn-large btn-success"
onclick="javascript:history.back()"
value="Go Back">
value="{% trans 'Go Back' %}">
</form>
{% endblock content %}

0 comments on commit f331512

Please sign in to comment.