File diff 54f53cd2c655 → ffe0f64182ac
pinaxcon/templates/symposion/schedule/_grid.html
Show inline comments
 

	
 
{% load lca2018_tags %}
 
{% load waffle_tags %}
 
<table class="calendar table table-bordered">
...
 
@@ -40,14 +41,12 @@
 
                  {% if slot.sessions %}
 
                    <div>
 
                      {% for session in slot.sessions.all %}
 
                        <em>Session chair:
 
                        {% if not session.chair %}
 
                          <br />
 
                          <a href="{% url "schedule_session_detail" session.id %}">Volunteer! 🙋</a>
 
                        {% elif session.chair.user == request.user %}
 
                          <br />
 
                          <a href="{% url "schedule_session_detail" session.id %}">(You are session chair)</a>
 
                        {% endif %}
 
                        </a>
 
                          <a href="{% url "schedule_session_detail" session.id %}"><strong>You!</strong></a>
 
                        {% endif %}</em>
 
                      {% endfor %}
 
                    </div>
 
                  {% endif %}
...
 
@@ -64,7 +63,7 @@
 
            {% if "break" in slot.kind.label %}
 
            {% else %}
 
              <span class="room">
 
                {{ slot.rooms|join:", "}}
 
                {{ slot.rooms|join:", "}}<span class="endtime"> ends {{ slot.end|date:"h:iA" }}</span>
 
              </span>
 
            {% endif %}
 
          </td>