Skip to content

Commit 5b3a907

Browse files
committed
Use modern capitalization
1 parent 2d92ba3 commit 5b3a907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fileupload/templates/fileupload/picture_form.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// -->
1414
<head>
1515
<meta charset="utf-8">
16-
<title>Django Jquery File Upload Example</title>
16+
<title>Django Jquery file upload demo</title>
1717
<meta name="description" content="">
1818
<meta name="viewport" content="width=device-width">
1919
<!-- Bootstrap CSS Toolkit styles -->
@@ -37,7 +37,7 @@
3737
<span class="icon-bar"></span>
3838
<span class="icon-bar"></span>
3939
</a>
40-
<a class="brand" href="https://github.com/sigurdga/django-jquery-file-upload">Django jQuery File Upload</a>
40+
<a class="brand" href="https://github.com/sigurdga/django-jquery-file-upload">Django Jquery file upload</a>
4141
<div class="nav-collapse">
4242
<ul class="nav">
4343
<li class="active"><a href="#">Demo</a></li>
@@ -50,7 +50,7 @@
5050
</div>
5151
<div class="container">
5252
<div class="page-header">
53-
<h1>Django Jquery File Upload Demo</h1>
53+
<h1>Django Jquery file upload demo</h1>
5454
</div>
5555
<form id="fileupload" method="post" action="." enctype="multipart/form-data">{% csrf_token %}
5656
<div class="row fileupload-buttonbar">

0 commit comments

Comments
 (0)