summaryrefslogtreecommitdiff
path: root/themes/okadmin
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-07-10 17:31:40 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-07-10 17:37:06 -0400
commit7249dc10568091194a77990513fa2b77fdbd088a (patch)
tree16c0eb548c765e1fde050cf9952f43724c933346 /themes/okadmin
parentfb5605bdee9f527ffeefd0b59af01534b4d3b8ac (diff)
Implement basic foreign key supportv0.1.13
Diffstat (limited to 'themes/okadmin')
-rw-r--r--themes/okadmin/templates/partials/inputs.liquid2
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 %}