소스 검색

Issue #3 - initial work - in progress

Daniel Sheffield 1 년 전
부모
커밋
0469678d2d
1개의 변경된 파일0개의 추가작업 그리고 17개의 파일을 삭제
  1. 0 17
      app/rest/templates/form-nav.tpl

+ 0 - 17
app/rest/templates/form-nav.tpl

@@ -1,17 +0,0 @@
-<form id="filter" method="{{ method }}" action="{{ action }}">
-  % include('button-style')
-
-  % include('button-nav', action=action)
-
-  % include('button-action')
-
-  <div style="width: 0; height: 1em">
-  % for param in params:
-  %   include('hidden-input', **param)
-
-  % end
-  </div>
-</form>
-% include('form-clear', params=params)
-
-% include('form-reload', params=params)