add favicon, reverse page titles
[redakcja.git] / apps / cover / templates / cover / image_detail.html
index 5707b29..db9b176 100755 (executable)
@@ -1,15 +1,17 @@
 {% extends "catalogue/base.html" %}
 {% load i18n %}
 {% load thumbnail %}
-{% load build_absolute_uri from common_tags %}
+{% load build_absolute_uri from fnp_common %}
+
+{% block titleextra %}{% trans "Cover image" %}{% endblock %}
 
 {% block content %}
 <h1>{% trans "Cover image" %}</h1>
 
 <div style="float: right; margin-bottom:1em;">
 
-<a href="{{ object.file.url }}"><img style="width:400px"
-        src="{% thumbnail object.file "400x" as thumb %}
+<a href="{{ object.file.url }}"><img
+        src="{% thumbnail object.file "565x833" as thumb %}
                 {{ thumb.url }}
              {% empty %}
                 {{ object.file.url }}
     </a>
 <br/><a href="{{ object.source_url }}">{{ object.title }}</a> by {{ object.author }},
     {% if object.license_url %}<a href="{{ object.license_url }}">{% endif %}
-        {{ object.license_name }}</a>
+        {{ object.license_name }}
     {% if object.license_url %}</a>{% endif %}
 
 <br/>{% trans "source" %}: {{ object.download_url }}
 </div>
 
 
-{% if editable %}<form method="post">{% csrf_token %}{% endif %}
+{% if editable %}
+    <form method="post" enctype="multipart/form-data">
+    {% csrf_token %}
+{% endif %}
 <table class='editable'><tbody>
     {{ form.as_table }}
     {% if editable %}