Skip to content

Instantly share code, notes, and snippets.

@malgorath
Created January 19, 2015 19:02
Show Gist options
  • Save malgorath/7b326f366cbd856d3d35 to your computer and use it in GitHub Desktop.
Save malgorath/7b326f366cbd856d3d35 to your computer and use it in GitHub Desktop.
Text file for emailing
Boarding Form for {{ request.form['dog_name'] }} the {{ request.POST['dog_breed'] }}
------------------------------------------------------------------------------------
{% for field in form %}
{{ field.label }}: {{ field.value }}
{% endfor %}
Sent from {{ request.META['REMOTE_ADDR'] }} at {% now "jS F Y H:i" %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment