فهرست منبع

add missing file

Daniel Sheffield 1 سال پیش
والد
کامیت
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>