summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/partials
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-09 02:27:51 -0400
committerJules Laplace <jules@okfoc.us>2015-04-09 02:27:51 -0400
commit96ecc2c632244d986c08b0f85eda5de8cceaff56 (patch)
treed948816f92bcff50c5dd99b2987ed246036acb17 /themes/okadmin/templates/partials
parentd8ef9dba2452d4a2b6e508f7981e2886642aa78b (diff)
saving...
Diffstat (limited to 'themes/okadmin/templates/partials')
-rw-r--r--themes/okadmin/templates/partials/inputs.liquid4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid
index dab6243..9465770 100644
--- a/themes/okadmin/templates/partials/inputs.liquid
+++ b/themes/okadmin/templates/partials/inputs.liquid
@@ -56,9 +56,9 @@
</div>
<script type="text/html" id="captioned-image-template">
<li class="image-element">
- <img src="" alt="{{image.caption}}">
- <input type="hidden" name="{{name}}[][uri]" value="">
+ <input class="uri" type="hidden" name="{{name}}[][uri]" value="">
<textarea class="caption" name="{{name}}[][caption]"></textarea>
+ <img alt="{{image.caption}}">
<button class="remove-image">-</button>
</li>
</script>