Skip to content

Instantly share code, notes, and snippets.

@Retterath
Created September 9, 2020 17:15
Show Gist options
  • Save Retterath/3da0eb8953fabc029bc5ee6d946e93e4 to your computer and use it in GitHub Desktop.
Save Retterath/3da0eb8953fabc029bc5ee6d946e93e4 to your computer and use it in GitHub Desktop.
For Alex
{% extends "auctions/layout.html" %}
{% block title %}Create auction{% endblock title %}
{% block body %}
<form method="POST">
{% csrf_token %}
{{form.as_p}}
{{form.name}}
<input type="submit" name="Save" id="">
</form>
{% endblock body %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment