Changeset - 171788dd7d40
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-10-17 00:16:29
chrisjrn@gmail.com
Speaker pics
1 file changed with 10 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/schedule/presentation_detail.html
Show inline comments
...
 
@@ -3,2 +3,3 @@
 
{% load thumbnail %}
 
{% load staticfiles %}
 

	
...
 
@@ -16,2 +17,11 @@
 
  <div class="row">
 
    <div class="col-sm-4 col-xs-6">
 
      <div class="circle" style="border: 0;">
 
        {% if speaker.photo %}
 
          <div class="fill" style="background-image: url('{% thumbnail speaker.photo '600x600' %}');"></div>
 
        {% else %}
 
          <div class="fill" style="background-image: url('{% static "images/website-background.svg" %}');"></div>
 
        {% endif %}
 
      </div>
 
    </div>
 
    <div class="col-sm-8">
...
 
@@ -25,8 +35,2 @@
 
    </div>
 
    <div class="col-sm-4 col-xs-6">
 
      <div class="circle" style="border: 0;">
 
          <div class="fill" style="background-image: url('{% thumbnail speaker.photo '600x600' %}');"></div>
 
      </div>
 
    </div>
 

	
 
  </div>
0 comments (0 inline, 0 general)