diff --git a/later42/static/apps/later42.shortcut b/later42/static/apps/later42.shortcut index b54623e..9b2a9df 100644 Binary files a/later42/static/apps/later42.shortcut and b/later42/static/apps/later42.shortcut differ diff --git a/later42/templates/index.html b/later42/templates/index.html index 84dfb2d..6bc4afd 100644 --- a/later42/templates/index.html +++ b/later42/templates/index.html @@ -26,5 +26,6 @@ {% elif not user.is_authenticated %} {% include 'about_include.html' %} + {% include 'faq_include.html' %} {% endif %} {% endblock %}