fix missing bracket
This commit is contained in:
parent
28c396e859
commit
9fdddab11b
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -51,6 +51,6 @@ htmlcov/
|
|||
venv/
|
||||
ENV/
|
||||
|
||||
# Translatio catalogs
|
||||
# Translation catalogs
|
||||
*.mo
|
||||
*.pot
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p>{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.' }}</p>
|
||||
<p>{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.') }}</p>
|
||||
</section>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue