Created
October 1, 2011 04:48
-
-
Save madzak/1255605 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>Work Notes</h3> | |
<form action="." method="post"> | |
<table class="form"> | |
{{ notesForm.as_table }} | |
</table> | |
<input name="notesForm" type="submit" value="Save Notes" /> | |
{% csrf_token %} | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment