We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651f17 commit 5e2f978Copy full SHA for 5e2f978
CHANGELOG
@@ -4,6 +4,7 @@ codeorigins changelog
4
5
Unreleased
6
----------
7
+* Fixed sometimes missing country checkboxes.
8
* Fixed wrong language repos.
9
10
codeorigins/composer.py
@@ -101,6 +101,7 @@ def add_common_context(ctx):
101
'dt_gathered': lang_meta['dt'],
102
'min_followers': lang_meta['min_followers'],
103
'min_stars': lang_meta['min_stars'],
104
+ 'show_country_checkboxes': True,
105
106
}), target_filename=target_filename)
107
codeorigins/templates/page.html
@@ -2,8 +2,6 @@
2
3
{% set lead = "programming language" %}
-{% set show_country_checkboxes = True %}
-
{% block contents %}
0 commit comments