Skip to content

Instantly share code, notes, and snippets.

@godfather68
Created January 18, 2021 19:19
Show Gist options
  • Save godfather68/16119295f9141f6dbaf5b636277df49d to your computer and use it in GitHub Desktop.
Save godfather68/16119295f9141f6dbaf5b636277df49d to your computer and use it in GitHub Desktop.
<div style="text-align: center;">
<form enctype="multipart/form-data" id="ocrForm" method="post"> <!-- Do not forget to add: enctype="multipart/form-data" -->
{% csrf_token %}
{{ form }}
<button type="submit" class="btn btn-success">OCRzed</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment