diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-11 13:12:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-11 13:12:32 -0400 |
| commit | 7f999404650488dc5929384250e86117f5109c9a (patch) | |
| tree | 59e6e4d0f4a3a24e38e3b201fa8d5de077396039 /themes | |
| parent | d9d01a57708e3bf21833992c518f5f08e83f0d53 (diff) | |
fix typo
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 0cd7f6b..de134c3 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -153,7 +153,7 @@ <label>Caption</label> <input class="uri" type="hidden" name="{{name}}[][uri]" value=""> <textarea class="caption" name="{{name}}[][caption]"></textarea> - <input type="hidden" name="media[][type]" value="image"> + <input type="hidden" name="{{name}}[][type]" value="image"> <img> <button class="remove">x</button> </li> |
