There is a missing space somewhere in here:
|
<section id="delete-account"> |
|
<h2>{% trans %}Delete account{% endtrans %}</h2> |
|
<div class="callout-block{% if not active_projects %} callout-block--danger{% endif %}"> |
|
{% if active_projects %} |
|
<h3>{% trans %}Cannot delete account{% endtrans %}</h3> |
|
<p> |
|
{% trans count=active_projects|length %} |
|
Your account is currently the <strong>sole owner</strong> of {{ count }} project. |
|
{% pluralize %} |
|
Your account is currently the <strong>sole owner</strong> of {{ count }} projects. |
|
{% endtrans %} |
|
{% trans count=active_projects|length %} |
|
You must transfer ownership or delete this project before you can delete your account. |
|
{% pluralize %} |
|
You must transfer ownership or delete these projects before you can delete your account. |
|
{% endtrans %} |
|
</p> |
on /manage/account/ at the bottom

There is a missing space somewhere in here:
warehouse/warehouse/templates/manage/account.html
Lines 979 to 995 in f61fad4
on
/manage/account/at the bottom