Skip to content

Commit

Permalink
Merge branch 'master' into add-ten-year-map-page
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin authored Jul 16, 2024
2 parents 02ccad7 + dc34370 commit 3605ca4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 97 deletions.
42 changes: 0 additions & 42 deletions .devcontainer.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ dist/
ngrok

.venv
.coverage
35 changes: 0 additions & 35 deletions .vscode/codeforlife.code-snippets

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"type": "debugpy"
},
{
"env": {
"PYTEST_ADDOPTS": "--no-cov"
},
"justMyCode": false,
"name": "Pytest",
"presentation": {
Expand Down
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,17 @@
"-m",
"pylint"
],
"python.analysis.extraPaths": [
"./cfl_common"
],
"python.defaultInterpreterPath": ".venv/bin/python",
"python.testing.pytestArgs": [
"-n=auto",
"--cov=.",
"--cov-report=html",
"-c=pyproject.toml",
"."
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.analysis.extraPaths": ["./cfl_common"]
"python.testing.unittestEnabled": false
}
14 changes: 0 additions & 14 deletions codeforlife.code-workspace

This file was deleted.

2 changes: 1 addition & 1 deletion portal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.45.4"
__version__ = "6.45.5"
4 changes: 2 additions & 2 deletions portal/templates/portal/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 class="text--brand-tertiary">>160</h2>
schools signed up to CFL. Nearly 10,000 schools are registered globally.</p>
</div>
<div class="col-sm-4">
<h2 class="text--brand-tertiary">>270,000</h2>
<h2 class="text--brand-tertiary">>260,000</h2>
<p>Active users so far, with numbers growing every day. In 2020 alone, close to 100,000 new people
subscribed to our resources.</p>
</div>
Expand Down Expand Up @@ -120,7 +120,7 @@ <h5>Want to get involved?</h5>
<h5>Developers</h5>
<p>To contribute, head over to <a target="_blank" href="https://github.com/ocadotechnology/codeforlife-portal">GitHub</a>,
check out the issue tracker, and get started. There you can suggest new features or assign yourself
an issue to develop. You can find more info about how to do all these on our
an issue to develop. You can find more info about how to do all these on our
<a target="_blank" href="https://docs.codeforlife.education/">docs on Gitbook</a>.
<h5>Teachers, parents, and creatives</h5>
<p>Please get in touch through our <a class="freshdesk__contact-us">contact</a> form and let us know how
Expand Down
2 changes: 1 addition & 1 deletion portal/templates/portal/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h4 class="background">Giving everyone the ability to shape technology's future<
</div>
<div class="col-sm-3">
<img title="Planet" alt="Planet image" src="{% static 'portal/img/icon_globe.png' %}">
<p class="col-sm-11 col-center">Code for Life has over 350,000 registered users across the world.</p>
<p class="col-sm-11 col-center">Code for Life has over 660,000 registered users across the world.</p>
</div>
</div>

Expand Down

0 comments on commit 3605ca4

Please sign in to comment.