diff options
author | 2019-04-20 00:56:18 +0200 | |
---|---|---|
committer | 2019-04-20 00:56:18 +0200 | |
commit | 57056c9db8cdb14204702dbb18c5ff02344abe71 (patch) | |
tree | 19e46f53619385a2e98b707ee45c0cfbbdc20c09 /pydis_site/templates/home | |
parent | Addressing all comments in volcyy's second review. The tests now mock the API... (diff) |
Addressing volcyys third review.
Diffstat (limited to 'pydis_site/templates/home')
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index dfb74f96..205e92ff 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -52,7 +52,7 @@ <br> <div class="columns is-multiline"> - {# Display projects from settings.HOMEPAGE_REPOS #} + {# Display projects from HomeView.repos #} {% for repo in repo_data %} <div class="column is-one-third"> <div class="card has-equal-height github-card"> |