File diff 018f3ead1a0f → 909d7d8a0023
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -100,16 +100,17 @@
 
        <span class="speaker-description">Featured Speaker</span>
 
      </div>
 

	
 
      {% for i in '1234' %}
 
      {% speakers as speakers %}
 
      {% for speaker in speakers %}
 
        {% for presentation in speaker.presentations.all %}
 
          <div class="speaker_">
 
        <span class="speaker-name">Beeper Booper</span>
 
        <span class="speaker-description">Less Important Speaker</span>
 
            <span class="speaker-name">{{ speaker.conferencespeaker.name }}</span>
 
            <span class="speaker-description">
 
              <a href="{% url "schedule_presentation_detail" presentation.id %}">{{ presentation.title }}</a>
 
            </span>
 
          </div>
 

	
 
        {% endfor %}
 

	
 
      </ul>
 

	
 
      {%endfor%}
 
    </div>
 

	
 
  </div>