reformat templates
[wolnelektury.git] / src / catalogue / templates / catalogue / snippets / license_icon.html
index 732e3bf..0dbdad3 100755 (executable)
@@ -3,8 +3,7 @@
 
 {% if license_url %}
 <a class="license-icon" href="{{ license_url }}"
-    title="{% trans "Free license" %}: {{ license_description }}">
-    <img src="{% static icon %}"
-        alt="{% trans "Free license" %}: {{ license_description }}" />
+   title="{% trans "Free license" %}: {{ license_description }}">
+  <img src="{% static icon %}" alt="{% trans "Free license" %}: {{ license_description }}"/>
 </a>
 {% endif %}