We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91aeb3 commit 049ae8cCopy full SHA for 049ae8c
fileupload/templates/fileupload/picture_basic_form.html
@@ -35,7 +35,7 @@
35
</div>
36
37
<div class="container">
38
- <h1>jQuery File Upload Demo</h1>
+ <h1>Django jQuery File Upload Demo</h1>
39
<h2 class="lead">Basic version</h2>
40
<ul class="nav nav-tabs">
41
<li class="active"><a href="/upload/basic">Basic</a></li>
fileupload/templates/fileupload/picture_form.html
@@ -3,7 +3,7 @@
3
4
{% block content %}
5
6
7
<h2 class="lead">Basic Plus UI version</h2>
8
9
<li><a href="/upload/basic">Basic</a></li>
0 commit comments