diff options
Diffstat (limited to 'pydis_site/templates')
| -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">  |