diff options
| author | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-09-22 19:25:19 -0400 |
|---|---|---|
| committer | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-09-22 19:25:19 -0400 |
| commit | 6b19245d0128311603d66d13c4ac606700e8912d (patch) | |
| tree | cb3ea9337c76eebd2713ca18f8e844e47315a0d1 /themes/okadmin/templates/partials/inputs.liquid | |
| parent | e9fb94cd1f6e73201f0f95afde7c40cc3948ee60 (diff) | |
| parent | 96eccfa594fb2526e50d4f9adfa690ea345a29ff (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes/okadmin/templates/partials/inputs.liquid')
| -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 9c1a26b..c6efc68 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -17,7 +17,7 @@ <input type="number" name="{{name}}" value="{{spec.value}}"> - {% elsif type == 'enum' %} + {% elsif type == 'enum' or type == 'foreign-key' %} <select name="{{name}}"> {% for option in spec.options %} |
