Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created November 4, 2010 13:56
Show Gist options
  • Save Ozerich/662489 to your computer and use it in GitHub Desktop.
Save Ozerich/662489 to your computer and use it in GitHub Desktop.
{% for group in groups %}
<a href="timetable/{{ group }}/1/{{ selected_week }}">
<span class="cswitch{% if group.name == selected_group %} cswitch-active{% endif %}">
{{ group.name }} = {{ selected_group }}
{% if group.name == selected_group %} 1111 {% endif %}
</span>
</a>
{% endfor %}
group = current_user(req).group
#selected_group = group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment