Skip to content

Commit

Permalink
Update party importer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekabyx committed Jul 3, 2023
1 parent 65da751 commit fe24b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions wcivf/apps/parties/tests/test_import_parties.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ec_id": "PP01",
"url": "https://candidates.democracyclub.org.uk/api/next/parties/PP6673/",
"name": "Wombles Alliance",
"alternative_name": "Cynghrair Wombles",
"register": "GB",
"status": "Registered",
"date_registered": "2018-01-31",
Expand Down
2 changes: 1 addition & 1 deletion wcivf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
SESSION_CACHE_ALIAS = "default"

YNR_BASE = "http://0.0.0.0:4444"
YNR_BASE = "https://candidates.democracyclub.org.uk"
YNR_UTM_QUERY_STRING = "utm_source=who&utm_campaign=ynr_cta"
EE_BASE = "https://elections.democracyclub.org.uk"
DEVS_DC_BASE = os.environ.get(
Expand Down
1 change: 1 addition & 0 deletions wcivf/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<ul>
<li><a href="{% url 'home_view' %}">{% trans "Home" %}</a></li>
<li><a href="{% url 'elections_view' %}">{% trans "All Elections" %}</a></li>
<li><a href="{% url 'parties_view' %}">{% trans "All Parties" %}</a></li>
<li><a href="{% url 'standing_as_a_candidate' %}">{% trans "Standing as a candidate?" %}</a></li>
<li><a href="{% url 'about_view' %}">{% blocktrans %}About {{ SITE_TITLE }}{% endblocktrans %}</a></li>
<li><a href="https://democracyclub.org.uk/privacy/">{% trans "Privacy" %}</a></li>
Expand Down

0 comments on commit fe24b46

Please sign in to comment.