summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--workshop_app/templates/workshop_app/view_profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/workshop_app/templates/workshop_app/view_profile.html b/workshop_app/templates/workshop_app/view_profile.html
index 95547cb..f83993d 100644
--- a/workshop_app/templates/workshop_app/view_profile.html
+++ b/workshop_app/templates/workshop_app/view_profile.html
@@ -51,7 +51,7 @@
<br>
<a class="btn btn-primary pull-right" href="{{ URL_ROOT }}/edit_profile/">Edit Profile</a>
{% if user.profile.position == 'instructor' %}
- <a class="btn btn-primary pull-right" href="{{ URL_ROOT }}/Download/">Download Workshop</a>
+ <a class="btn btn-primary pull-right" href="{{ URL_ROOT }}/download/">Download Workshop</a>
{% endif %}