diff --git a/vrobbler/templates/base_list.html b/vrobbler/templates/base_list.html
index 0784d60..b0d94bc 100644
--- a/vrobbler/templates/base_list.html
+++ b/vrobbler/templates/base_list.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load urlreplace %}
{% block content %}
@@ -7,6 +8,11 @@
{% block title %}{% endblock %}
@@ -16,4 +22,4 @@
{% block lists %}{% endblock %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/vrobbler/templates/scrobbles/long_plays_in_progress.html b/vrobbler/templates/scrobbles/long_plays_in_progress.html
index 76644f9..f9c72be 100644
--- a/vrobbler/templates/scrobbles/long_plays_in_progress.html
+++ b/vrobbler/templates/scrobbles/long_plays_in_progress.html
@@ -1,20 +1,9 @@
{% extends "base_list.html" %}
-{% load urlreplace %}
{% block title %}Long Plays{% endblock %}
{% block lists %}
-
-
- {% if view == 'grid' %}
- View as List
- {% else %}
- View as Grid
- {% endif %}
-
-
-
In progress
{% if view == 'grid' %}