lemma_note_form.html 331 Bytes
<form id="ready-note-form" class="lemma-notes-form" method="post"> {% csrf_token %}
  {{ add_note_form.as_p }}
  <p class="lexeme-save">
    <button type="submit" id="lemma-notes-form-submit">
      Zapisz
    </button>
    <button type="reset" id="lemma-notes-form-cancel">
      Wyczyść
    </button>
  </p>
</form>