Skip to content

Commit f6b6952

Browse files
committed
ENH: Add extra "back" button in the uploads page
Add extra "go to study description button at the bottom of the screen in the uploads page. Fixes qiita-spots#1754
1 parent 3ea983c commit f6b6952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qiita_pet/templates/upload.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
</td>
6060
</tr>
6161
</table>
62-
62+
<div style='width:inherit;text-align:center;padding-top:30px'>
63+
<small><a href="{% raw qiita_config.portal_dir %}/study/description/{{study_id}}">Go to study description</a></small>
64+
</div>
6365

6466
<!-- Upload required files and JS code -->
6567
<script src="{% raw qiita_config.portal_dir %}/static/vendor/js/resumable.js"></script>

0 commit comments

Comments
 (0)