diff --git a/.gitignore b/.gitignore index 084c0cf..97ee392 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ db.sqlite3 docs /static dev +/static_pile *.ttf *.woff diff --git a/sdbs_pile/pile/templates/front_base.html b/sdbs_pile/pile/templates/front_base.html index 4c36f3f..e160577 100644 --- a/sdbs_pile/pile/templates/front_base.html +++ b/sdbs_pile/pile/templates/front_base.html @@ -44,19 +44,21 @@ {% block content %}{% endblock %} -
+{% if not STATIC_PILE %} + +{% endif %}