Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit ef1fd16

Browse files
authored
Merge pull request ckan#5116 from Zharktas/5099-fix-broken-translation-in-image-view
[ckan#5099] Fix broken translation in image view placeholder
2 parents 8f74fef + 6c51a51 commit ef1fd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% import 'macros/form.html' as form %}
22

3-
{{ form.input('image_url', id='field-image_url', label=_('Image url'), placeholder=_('eg. http://example.com/image.jpg (if blank uses resource url)'), value=data.image_url, error=errors.image_url, classes=['control-full', 'control-large']) }}
3+
{{ form.input('image_url', id='field-image_url', label=_('Image url'), placeholder=_('eg. http://example.com/image.jpg (if blank uses resource url)'), value=data.image_url, error=errors.image_url, classes=['control-full', 'control-large']) }}

0 commit comments

Comments
 (0)