diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html
index f420befe..354a4842 100644
--- a/rowers/templates/list_workouts.html
+++ b/rowers/templates/list_workouts.html
@@ -158,17 +158,24 @@
{% if workouts.has_previous %}
+ {% if request.GET.q %}
+ <
+ {% else %}
<
{% endif %}
+ {% endif %}
Page {{ workouts.number }} of {{ workouts.paginator.num_pages }}.
{% if workouts.has_next %}
+ {% if request.GET.q %}
+ >
+ {% else %}
>
{% endif %}
+ {% endif %}
-
{% endblock %}