diff options
Diffstat (limited to 'templates/search_form.html')
-rw-r--r-- | templates/search_form.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/search_form.html b/templates/search_form.html index 4268758..cd483e2 100644 --- a/templates/search_form.html +++ b/templates/search_form.html @@ -80,7 +80,13 @@ <div class="row g-2"> {{ render_field(form.insolvent_only_search) }} </div> + <div class="row g-2"> + {{ render_field(form.zapis_od) }} + </div> + <div class="row g-2"> + {{ render_field(form.zapis_do) }} + </div> </p> <p><input type="submit" value="Search"> </p> -</form> +</form>
\ No newline at end of file |