commenting out user specific upload functions
authorSeth Woodworth <seth@sethish.com>
Wed, 23 Jan 2013 04:33:37 +0000 (23:33 -0500)
committerSeth Woodworth <seth@sethish.com>
Wed, 23 Jan 2013 04:33:37 +0000 (23:33 -0500)
karmaworld/templates/lightbox/upload.html

index acdc66e65f18834c1e1f3ae06564343dbdc1736b..ef43b08c3e7a11427654be7a7faec538dbb6b641 100644 (file)
@@ -23,7 +23,7 @@
         </div>
         <div class="eight columns">
           <div class="lightbox_copy">
-            {{ user.get_profile.school.name }}
+            {# user.get_profile.school.name #}
           </div><!-- /lightbox_copy -->
           <div class="lightbox_instruction">
             {# Not your school? <a href="#">Edit it now.</a> #}
             My Courses <img class="button_arrow" src="/static/img/global_button_orange_arrow.png" alt="global_button_orange_arrow" width="8" height="5" />
           </div><!-- /inverted_button -->
           <div id="upload_course_select_box" class="select_box">
+          {% comment %}
           {% for course in user.get_profile.courses.all %}
             <div class="course-select lightbox_instruction" data-id="{{ course.id }}" style="cursor: pointer;">{{ course.title }} </div>
           {% endfor %}
+          {% endcomment %}
           </div>
         </div>
         <div class="three columns end">