Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {% for group in groups %}
  2. <a href="timetable/{{ group }}/1/{{ selected_week }}">
  3. <span class="cswitch{% if group.name == selected_group %} cswitch-active{% endif %}">
  4. {{ group.name }} = {{ selected_group }}
  5. {% if group.name == selected_group %} 1111 {% endif %}
  6. </span>
  7. </a>
  8. {% endfor %}
  9.  
  10.  
  11. group = current_user(req).group
  12.  
  13. #selected_group = group
Add Comment
Please, Sign In to add comment