front pages
This commit is contained in:
parent
db36aa8670
commit
ff6c65ce53
|
@ -83,7 +83,7 @@ $(function() {
|
|||
</div>
|
||||
<form id="categoryForm" action="" method="POST">
|
||||
{{ categoryForm.as_p }}
|
||||
<input id="categorySubmit" value="Submit" type="submit" />
|
||||
<input id="categorySubmit" value="Start Uploading" type="submit" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
@ -92,7 +92,7 @@ $(function() {
|
|||
Uploading to: <span id="uploadStudy"></span>
|
||||
</div>
|
||||
<div id="uploadInstructions">
|
||||
Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. You can then view them <a href="http://edgwareroad.org/files/browse/">here</a>.
|
||||
Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. You can then view them <a href="/archive/">here</a>.
|
||||
</div>
|
||||
<form id="addFile" action="/files/add" method="POST" enctype="multipart/form-data">
|
||||
<input id="files_category" name="files_category" type="hidden" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user