Skip to content

Commit 5e2f978

Browse files
committed
Fixed sometimes missing country checkboxes.
1 parent 6651f17 commit 5e2f978

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ codeorigins changelog
44

55
Unreleased
66
----------
7+
* Fixed sometimes missing country checkboxes.
78
* Fixed wrong language repos.
89

910

codeorigins/composer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def add_common_context(ctx):
101101
'dt_gathered': lang_meta['dt'],
102102
'min_followers': lang_meta['min_followers'],
103103
'min_stars': lang_meta['min_stars'],
104+
'show_country_checkboxes': True,
104105

105106
}), target_filename=target_filename)
106107

codeorigins/templates/page.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33

44
{% set lead = "programming language" %}
5-
{% set show_country_checkboxes = True %}
6-
75

86
{% block contents %}
97

0 commit comments

Comments
 (0)