summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/partials
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-09 03:01:24 -0400
committerJules Laplace <jules@okfoc.us>2015-04-09 03:01:24 -0400
commitec9b5312490c537a533a92344a2455fc5c6450a3 (patch)
treef89cc62dab6e94a1382d714f33664eff150da879 /themes/okadmin/templates/partials
parentb67050b4072616502abc5f5d30a60e4cceb6d6e9 (diff)
rearranging werkz
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 72a4a1c..d8207ab 100644
--- a/themes/okadmin/templates/partials/inputs.liquid
+++ b/themes/okadmin/templates/partials/inputs.liquid
@@ -43,8 +43,8 @@
<ol>
{% for image in spec.value %}
<li class="image-element">
- <input type="hidden" name="{{name}}[uri]" value="{{image.uri}}">
- <textarea class="caption" name="{{name}}[caption]">{{image.caption}}</textarea>
+ <input type="hidden" name="{{name}}[][uri]" value="{{image.uri}}">
+ <textarea class="caption" name="{{name}}[][caption]">{{image.caption}}</textarea>
<img src="{{image.uri}}" alt="{{image.caption}}">
<button class="remove-image">♲</button>
</li>