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
Simon Daron
panikweb
Commits
3c7576e5
Commit
3c7576e5
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
add emission subtitle to emission nav
parent
7f331573
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/nav.html
View file @
3c7576e5
...
...
@@ -47,6 +47,7 @@
<h2
class=
"squashed title"
>
<a
href=
"{% url 'emission-view' slug=emission.slug %}"
>
{{ emission.title }}
</a>
</h2>
{% if emission.subtitle %}
<h4
class=
"squashed title"
>
{{ emission.subtitle }}
</h4>
{% endif %}
{% if emission.categories %}
<div
class=
"categories"
>
{% for category in emission.categories.all %}
...
...
Write
Preview
Markdown
is supported
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