Merge with master.
[redakcja.git] / apps / wiki / templates / wiki / tabs / gallery_view.html
index a69c8ce..4e57ea5 100644 (file)
@@ -9,9 +9,10 @@
             <img src="{{STATIC_URL}}icons/go-previous.png"/>
         </button>
         <input type="text" size="3" maxlength="3" value="0" class="page-number" />
-        <span id="imagesCount" id="">/0</span>
+        <span id="imagesCount">/0</span>
         <button class="next-page" alt="{% trans "Next" %}" title="{% trans "Next" %}">
-            <img src="{{STATIC_URL}}icons/go-next.png"/>
+            <img src="{{STATIC_URL}}icons/go-next.png"
+                alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
         </button>
         <button class="zoom-in">{% trans "Zoom in" %}</button>
         <button class="zoom-out">{% trans "Zoom out" %}</button>
@@ -21,6 +22,6 @@
     <div class="error_message">
     </div>
     <div class="gallery-image">
-        <img src="{{MEDIA_URL}}images/empty.png" />
+        <img src="{{MEDIA_URL}}images/empty.png" alt="no image" />
     </div>
 </div>