Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
bcf54ed4
Commit
bcf54ed4
authored
Jan 09, 2014
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
display more of the recently updated episodes
parent
aa544137
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
panikdb/templates/home.html
panikdb/templates/home.html
+1
-1
No files found.
panikdb/templates/home.html
View file @
bcf54ed4
...
...
@@ -108,7 +108,7 @@ Aucune actu.
<h3>
Épisodes récemment édités
</h3>
<ul
class=
"episode-list"
>
{% for episode in recent_episodes|slice:":
1
0" %}
{% for episode in recent_episodes|slice:":
2
0" %}
<li>
{{ episode.last_update_timestamp|date:"d E o H:i"|lower }}
<a
href=
"{% url 'emission-view' slug=episode.emission.slug %}"
>
{{ episode.emission.title }}
</a>
/
<a
href=
"{% url 'episode-view' slug=episode.slug emission_slug=episode.emission.slug %}"
>
{{ episode.title }}
</a>
...
...
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