Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
903a2452
Commit
903a2452
authored
Aug 16, 2013
by
fred
Browse files
grid: add links to emissions
parent
f27d61fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/grid.html
View file @
903a2452
...
...
@@ -73,7 +73,7 @@
{% if cell.time_label %}
<h5>
{{ cell.time_label }}
</h5>
{% endif %}
{% if cell.schedules %}
{% for schedule in cell.schedules %}
<h4>
{{ schedule.emission.title }}
</h4>
<h4>
<a
href=
"{% url 'emission-view' slug=schedule.emission.slug %}"
>
{{ schedule.emission.title }}
</
a></
h4>
{% if schedule.weeks_string %}
({{ schedule.weeks_string }})
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment