Skip to content

Commit

Permalink
Remove where to access filter (#636)
Browse files Browse the repository at this point in the history
remove where to access filter and fuzzy matches test
  • Loading branch information
mitchdawson1982 authored Aug 7, 2024
1 parent d57e0a0 commit f74b189
Showing 3 changed files with 20 additions and 127 deletions.
41 changes: 20 additions & 21 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Find MoJ data\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-05 16:47+0100\n"
"POT-Creation-Date: 2024-08-07 11:51+0100\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,12 +33,12 @@ msgid "Server error"
msgstr "Server error"

# Entity type displayed with as a tag component
#: home/service/details.py:49 templates/partial/search_result.html:21
#: home/service/details.py:65 templates/partial/search_result.html:21
msgid "Database"
msgstr "Database"

# Entity type displayed with as a tag component
#: home/service/details.py:117 templates/partial/search_result.html:25
#: home/service/details.py:139 templates/partial/search_result.html:25
msgid "Chart"
msgstr "Chart"

@@ -185,7 +185,7 @@ msgid "Last updated:"
msgstr "Last updated:"

# Metadata field
#: templates/details_base.html:73 templates/partial/search_result.html:44
#: templates/details_base.html:73 templates/partial/search_result.html:40
msgid "Domain:"
msgstr "Domain:"

@@ -352,21 +352,6 @@ msgstr ""
"Domains may be influenced by the organisational structure but they are "
"intended to be narrower in scope than an entire agency."

# Heading
#: templates/partial/contact_info.html:29
msgid "IAO or Data Owner"
msgstr "Data owner"

# Heading
#: templates/partial/contact_info.html:10
msgid "Contact email for access requests"
msgstr "Contact email for access requests"

# Heading
#: templates/partial/contact_info.html:21
msgid "Contact channels for questions"
msgstr "Contact channels for questions"

# Heading
#: templates/partial/contact_info.html:4
msgid "Access requirements"
@@ -382,6 +367,16 @@ msgstr "Click link for access information (opens in new tab)"
msgid "Processing the data might require permission from IAO or Data owner."
msgstr "Processing the data might require permission from the Data owner."

# Heading
#: templates/partial/contact_info.html:21
msgid "Contact channels for questions"
msgstr "Contact channels for questions"

# Heading
#: templates/partial/contact_info.html:29
msgid "IAO or Data Owner"
msgstr "Data owner"

# Contact us link on error pages
#: templates/partial/contact_team.html:4
msgid ""
@@ -475,12 +470,12 @@ msgid "Table"
msgstr "Table"

# Search result metadata
#: templates/partial/search_result.html:49
#: templates/partial/search_result.html:45
msgid "Database:"
msgstr "Database:"

# Search result metadata
#: templates/partial/search_result.html:68
#: templates/partial/search_result.html:64
msgid "Matched fields:"
msgstr "Matched fields:"

@@ -564,3 +559,7 @@ msgstr "first name"
#: users/models.py:12
msgid "last name"
msgstr "last name"

# Heading
#~ msgid "Contact email for access requests"
#~ msgstr "Contact email for access requests"
12 changes: 0 additions & 12 deletions templates/partial/filter.html
Original file line number Diff line number Diff line change
@@ -42,18 +42,6 @@ <h2 class="govuk-heading-m">{% translate "Filter" %}</h2>
</div>
</fieldset>
</div>
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
{% for access_option in form.where_to_access %}
<div class="govuk-checkboxes__item">
{{ access_option.tag}}
<label class="govuk-label govuk-checkboxes__label" for="{{ access_option.id_for_label }}">{{access_option.choice_label}}</label>
</div>
{% endfor %}
</div>
</fieldset>
</div>
</div>
</div>
</div>
94 changes: 0 additions & 94 deletions tests/benchmark/test_exact_matches.py

This file was deleted.

0 comments on commit f74b189

Please sign in to comment.