Skip to content
Snippets Groups Projects
Commit 6408fd79 authored by Karthik Kumar D K's avatar Karthik Kumar D K Committed by karthikdksrijan
Browse files

Issue #3273083 by heykarthikwithu: Feature requests, add default translate to prev & next label

parent f38cf6c7
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@
</div>
{% if prev_next %}
<div class="prev-next">
<a href=# id="imagefield_slideshow-prev-{{ prev }}">Prev</a>
<a href=# id="imagefield_slideshow-next-{{ next }}">Next</a>
<a href=# id="imagefield_slideshow-prev-{{ prev }}">{{ 'Prev'|trans }}</a>
<a href=# id="imagefield_slideshow-next-{{ next }}">{{ 'Next'|trans }}</a>
</div>
{% endif %}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment