Daniel Sheffield 1 жил өмнө
parent
commit
1293702966

+ 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>