Explorar el Código

add missing file

Daniel Sheffield hace 1 año
padre
commit
1293702966
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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>