Skip to content

Commit 049ae8c

Browse files
committed
fix titles
1 parent c91aeb3 commit 049ae8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fileupload/templates/fileupload/picture_basic_form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
</div>
3737
<div class="container">
38-
<h1>jQuery File Upload Demo</h1>
38+
<h1>Django jQuery File Upload Demo</h1>
3939
<h2 class="lead">Basic version</h2>
4040
<ul class="nav nav-tabs">
4141
<li class="active"><a href="/upload/basic">Basic</a></li>

fileupload/templates/fileupload/picture_form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% block content %}
55
<div class="container">
6-
<h1>jQuery File Upload Demo</h1>
6+
<h1>Django jQuery File Upload Demo</h1>
77
<h2 class="lead">Basic Plus UI version</h2>
88
<ul class="nav nav-tabs">
99
<li><a href="/upload/basic">Basic</a></li>

0 commit comments

Comments
 (0)