show_hide_form.html 292 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <form class="show-hide-form" method="post"> {% csrf_token %} {{ form.as_p }} <p class="lexeme-save"> <button type="submit" id="show-hide-form-submit"> Zapisz </button> <button type="reset" id="show-hide-form-cancel"> Anuluj </button> </p> </form>