Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 1, 2010 05:19
Show Gist options
  • Save fsouza/502976 to your computer and use it in GitHub Desktop.
Save fsouza/502976 to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% block content %}
<form action="{% url core.views.new_post %}" method="post" accept-charset="utf-8">
{% csrf_token %}
{{ form.as_p }}
<p><input type="submit" value="Post!"/></p>
</form>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment