Skip to content

Instantly share code, notes, and snippets.

@renatooliveira
Created April 22, 2013 10:48
Show Gist options
  • Save renatooliveira/5433887 to your computer and use it in GitHub Desktop.
Save renatooliveira/5433887 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
<marquee>Teste!</marquee>
{% block content %}{% endblock %}
<h1>Inserir</h1>
<form action="" method="post" enctype="multipart/form-data">{% csrf_token %}
{{ form }}
<input type="submit" value="Submit" id="Save" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment