Fix blocktrans reformatted mistakenly

This commit is contained in:
PCoder 2019-04-03 23:09:57 +02:00
parent ef09ae4dab
commit ddd3cebc39

View file

@ -14,9 +14,8 @@
{% if not error %} {% if not error %}
<div class="dashboard-container-head"> <div class="dashboard-container-head">
<h1 class="dashboard-title-thin"> <h1 class="dashboard-title-thin">
<img src="{% static 'hosting/img/billing.svg' %}" class="un-icon">{% <img src="{% static 'hosting/img/billing.svg' %}" class="un-icon">
blocktrans with page_header_text=page_header_text|default:"Invoice" {% blocktrans with page_header_text=page_header_text|default:"Invoice" %}{{page_header_text}}{% endblocktrans %}
%}{{page_header_text}}{% endblocktrans %}
</h1> </h1>
{% if invoice %} {% if invoice %}
<div class="dashboard-container-options"> <div class="dashboard-container-options">