Skip to content

Commit

Permalink
Update upload.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Setaish committed Mar 23, 2024
1 parent 131759e commit 739226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% block content %}
<link rel="stylesheet" type="text/css" href="/static/style/generalStyle.css">
<link rel="stylesheet" type="text/css" href="static/style/UploadStyle.css">
<link rel="stylesheet" type="text/css" href="/static/style/UploadStyle.css">
<h1> Upload Image File </h1> <!-- upload image form -->
<form action="{% url 'image_upload' %}" method="post" enctype="multipart/form-data">
{% csrf_token %} <!-- form syntax -->
Expand Down

0 comments on commit 739226f

Please sign in to comment.