Skip to content

Commit fd9f772

Browse files
Code refactoring
1 parent 59c1e23 commit fd9f772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/auction_create.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h1 class='h3 mb-4 text-gray-800'>Create Auction</h1>
4545
<form action="{% url 'auction_create' %}" method='POST' enctype='multipart/form-data'>
4646
{% csrf_token %}
4747
<div class='form-group'>
48+
4849
{{ auction_form.as_p }}
4950
{{ image_form.management_form }}
5051

0 commit comments

Comments
 (0)