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
774108b7
Commit
774108b7
authored
Jan 06, 2014
by
fred
Browse files
emission: display right column even if there's only a futur episode
parent
877f147a
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/emission_detail.html
View file @
774108b7
...
...
@@ -31,7 +31,7 @@
{% endif %}
</div>
{% if episodes.exists or news %}
{% if episodes.exists or
futurEpisodes.exists or
news %}
<div
id=
"Emission-tabs-menu"
class=
"rightPart episodes"
>
{% if news %}
...
...
@@ -46,7 +46,7 @@
{% endif %}
{% if episodes.exists %}
{% if episodes.exists
or futurEpisodes.exists
%}
<h5
class=
"sectionLabel right"
><a
class=
""
href=
"{% url 'emissionEpisodes' slug=emission.slug %}"
>
Tous ({{ episodes.count }})
</a></h5>
<h5
class=
"sectionLabel"
>
Épisodes
</h5>
<form
method=
"get"
action=
"{% url 'emissionEpisodes' slug=emission.slug %}"
class=
""
id=
"search-form"
>
...
...
@@ -63,6 +63,7 @@
</div>
{% endif %}
{% if episodes %}
<div
class=
"sub recent-episodes"
>
<h5
class=
"sectionLabel"
>
Précédemment
</h5>
...
...
@@ -72,6 +73,7 @@
{% endfor %}
{% endwith %}
</div>
{% endif %}
{% endif %}
</div>
{% endif %}
...
...
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