2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-17 12:35:27 +00:00

fix data reference

This commit is contained in:
Matthias Mair
2022-11-06 18:38:16 +01:00
parent 7990045762
commit 39ad064c8d
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ main_page: True
{% include block/cta.html cta=site.data.ctas.newsletter %}
{% include block/stats.html data=site.data.general.stats %}
{% include block/team.html cta=site.data.team %}
{% include block/team.html data=site.data.team %}
{% include block/cta.html cta=site.data.ctas.end %}