Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes #58

Merged
merged 7 commits into from
Apr 7, 2015
Merged

Misc fixes #58

merged 7 commits into from
Apr 7, 2015

Conversation

digawp
Copy link
Contributor

@digawp digawp commented Apr 7, 2015

  • Authors on book views
  • No preview image on music detail page
  • Music duration in m and s
  • Link of media folder in README

@digawp digawp mentioned this pull request Apr 7, 2015
18 tasks
@digawp digawp added the ready label Apr 7, 2015
@@ -51,12 +59,18 @@ def music_list(request):

def music_detail(request, music_id):
music = Music.objects.get(id=music_id)

minute = music['duration']//60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minute, second = divmod(music['duration'], 60)

9gix added a commit that referenced this pull request Apr 7, 2015
- Authors on book views
- No preview image on music detail page
- Music duration in m and s
- Link of media folder in README
@9gix 9gix merged commit 6823f1e into master Apr 7, 2015
@9gix 9gix deleted the bugfix/misc branch April 7, 2015 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants