Bläddra i källkod

Issue #3 - initial work - in progress

Daniel Sheffield 1 år sedan
förälder
incheckning
0469678d2d
1 ändrade filer med 0 tillägg och 17 borttagningar
  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)