example_opinion_form.html 400 Bytes
<table class="ChangeControlTable">
	<tr class="selected-example" id="{{example.id}}">
	    <td>
	        {{example.sentence}}
	    </td>
	</tr>
</table>
<form class="example-opinion-form" method="post"> {% csrf_token %}
    {{ example_opinion_form.as_p }}
    <p class="lexeme-save">
      <button type="submit" id="example-opinion-form-submit">
        Zmień      
      </button>
    </p>
</form>