From d8d0464a4e8e5933b41211f7947589bf575be561 Mon Sep 17 00:00:00 2001 From: Kiran Jonnalagadda Date: Mon, 25 Apr 2016 13:00:59 +0530 Subject: [PATCH] Don't repeat info on pagination. Fixes #324. --- hasjob/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hasjob/templates/index.html b/hasjob/templates/index.html index b7d654483..365238003 100644 --- a/hasjob/templates/index.html +++ b/hasjob/templates/index.html @@ -65,12 +65,12 @@ {%- endif %} {%- endif %} - {%- if location and location.use_title and location.description %} + {%- if location and location.use_title and location.description and not paginated %}

{{ location.use_title }}

{{ location.description }}
- {%- elif location_prompts and not domain %} + {%- elif location_prompts and not domain and not paginated %}

In {{ location_prompts[0]['use_title'] }}? Filter this view:

@@ -81,9 +81,9 @@

{{ location.use_title }}

{%- endif %} - {%- if domain %} + {%- if domain and not paginated %} {{ org_profile(domain) }} - {%- elif md5sum %} + {%- elif md5sum and not paginated %} {%- if template_vars['jobpost_user'] %} {{ user_profile(template_vars['jobpost_user']) }} {%- endif %}