Skip to content

Commit

Permalink
Removing unncessary lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
levimoraes authored and BeatrizFerreira committed Jun 18, 2015
1 parent 7b65517 commit f980788
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gestorpsi/templates/meta/payment_conditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@

<fieldset>
<legend>{% trans "Payment Conditions" %}</legend>
{% if not payment_conditions %}
{% include "tags/payment_condition.html" %}
{% else %}
{% for phone in payment_conditions %}
{% include "tags/payment_condition.html" %}
{% endfor %}
{% endif %}
{% include "tags/payment_condition.html" %}
</fieldset>

0 comments on commit f980788

Please sign in to comment.