Skip to content
Snippets Groups Projects
Commit 13f194d7 authored by Andreas Valder's avatar Andreas Valder
Browse files

css is a bitch...

parent 651ed40d
Branches
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h1 class="panel-title">{{g.grouper}}</h1> <h1 class="panel-title">{{g.grouper}}</h1>
</div> </div>
<ul class="courses-list list-group"> <ul class="{% if not ismod() %}courses-list {% endif %}list-group">
{% for i in g.list %} {% for i in g.list %}
{% if groupedby == 'semester' %} {% if groupedby == 'semester' %}
{{ course_list_item(i) }} {{ course_list_item(i) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment