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
42c05d9a
Commit
42c05d9a
authored
Nov 29, 2015
by
fred
Browse files
playlist: display time in 24-hour format
parent
7b323142
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/nonstop_playlist.html
View file @
42c05d9a
...
...
@@ -20,7 +20,7 @@
{% for track in tracks %}
{% if track.filepath.track.title %}
<tr>
<td
class=
"tracktime"
>
{{track.play_timestamp|date:'
h
:i'}}
</td>
<td
class=
"tracktime"
>
{{track.play_timestamp|date:'
H
:i'}}
</td>
<td
class=
"tracktitle"
>
{{track.filepath.track.title }}
</td>
<td
class=
"trackartist"
>
{{track.filepath.track.artist.name }}
</td>
</tr>
...
...
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