{% load url from future %}
-{% block "body" %}
+{% block body %}
{% if not entry.published %}
<p class="warning">{% trans "This entry hasn't been published yet." %}</p>
{% entry_begin entry 1 %}
<div class="body">
-{% if entry.offer %}
-<div style="float:left;clear:left;">
-<a href="{% url 'migdal_entry_info' 'regulamin-sklepu' %}">Regulamin sklepu</a>
-</div>
-{% endif %}
-
-
{% if entry.offer %}
<p>{% trans "Price" %}: {{ entry.offer.price|floatformat:"-2" }} PLN</p>