Kaynağa Gözat

add missing file

Daniel Sheffield 1 yıl önce
ebeveyn
işleme
1293702966
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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>