Skip to content

Commit

Permalink
Merge pull request #1873 from tommyvdv/fix/settings-email-view
Browse files Browse the repository at this point in the history
Avoid faulty markup if !god.
  • Loading branch information
carakas committed Dec 10, 2016
2 parents 52473a4 + 1f84ecc commit 4324c33
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{{ 'lbl.Email'|trans|ucfirst }}
</h3>
</div>
{% if isGod %}
<div class="panel-body">
{% if isGod %}
<div class="content-block">
<div class="content-title">
<p>{{ 'lbl.SendingEmails'|trans|ucfirst }}</p>
Expand Down Expand Up @@ -149,4 +149,3 @@
</div>
{% endform %}
{% endblock %}

0 comments on commit 4324c33

Please sign in to comment.