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
2a3bd316
Commit
2a3bd316
authored
Sep 08, 2013
by
Simon Daron
Browse files
Remove old view commented
parent
c9d1ecee
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/includes/week.html
View file @
2a3bd316
...
...
@@ -44,34 +44,5 @@
</ul>
</div>
{% endfor %}
<!--
{% for day in days %}
<div data-tabbed="true" class="content padded" id="Program-week-{{ day.datetime|slugify }}">
<ul class="custom program-week list">
{% if day.cells %}
{% for cell in day.cells %}
<li class="{% if not cell.episode and not cell.emission %}nontStop smooth{% else %}cf {% endif %}">
<div class="programDate"><spanc class="label">{{ cell.datetime|date:"H:i" }}</span></div>
<div class="programCell">
{% if cell.episode %}
{% with cell.episode as episode %}{% episode_resume model="inline" klass="standalone" date=False %}{% endwith %}
{% elif cell.emission %}
{% with cell.emission as emission %}{% emission_resume %}{% endwith %}
{% else %}
<a href="block nonstop ellipsis"><em>{{ cell.label }}</em></a>
{% endif %}
</div>
</li>
{% endfor %}
{% else %}
<li><div class="info">Non stop only!</div></li>
{% endif %}
</ul>
</div>
{% endfor %}
-->
</div>
{% 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