diff --git a/_working/create b/_working/create old mode 100755 new mode 100644 diff --git a/manage.py b/manage.py old mode 100755 new mode 100644 diff --git a/spa/models/Mix.py b/spa/models/Mix.py index 6965997..807f1be 100644 --- a/spa/models/Mix.py +++ b/spa/models/Mix.py @@ -80,7 +80,7 @@ class Mix(_BaseModel): .order_by('-karma') elif listing_type == 'mostplayed': queryset = Mix.objects.all()\ - .annotate(karma=Count('likes'))\ + .annotate(karma=Count('plays'))\ .order_by('-karma') elif listing_type == 'recommended': queryset = Mix.objects.all().order_by( '-id') diff --git a/static/bin/sm/soundmanager2.swf b/static/bin/sm/soundmanager2.swf old mode 100755 new mode 100644 diff --git a/static/bin/sm/soundmanager2_debug.swf b/static/bin/sm/soundmanager2_debug.swf old mode 100755 new mode 100644 diff --git a/static/bin/sm/soundmanager2_flash9.swf b/static/bin/sm/soundmanager2_flash9.swf old mode 100755 new mode 100644 diff --git a/static/bin/sm/soundmanager2_flash9_debug.swf b/static/bin/sm/soundmanager2_flash9_debug.swf old mode 100755 new mode 100644 diff --git a/static/img/whats-on.png b/static/img/whats-on.png old mode 100755 new mode 100644 diff --git a/static/js/libs/sm/soundmanager2.js b/static/js/libs/sm/soundmanager2.js old mode 100755 new mode 100644 diff --git a/templates/views/LoginView.html b/templates/views/LoginView.html index d1cc199..450515a 100644 --- a/templates/views/LoginView.html +++ b/templates/views/LoginView.html @@ -1,17 +1,25 @@ {% load socialaccount_tags %}

Login to Deep South Sounds

+
- +
+ +
+
+
+ Please note that using your twitter/facebook account
+ to login does not give us access to your private information
+

\ No newline at end of file