浏览代码

add missing file

Daniel Sheffield 2 年之前
父节点
当前提交
1293702966
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      app/rest/templates/optgroup.tpl

+ 7 - 0
app/rest/templates/optgroup.tpl

@@ -0,0 +1,7 @@
+<optgroup label="{{name}}">
+<%
+  for opt in options:
+    include('app/rest/templates/option', **opt)
+  end
+%>
+</optgroup>