diff --git a/README.rst b/README.rst index 2404e22b..3a600d38 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ Base Data On initial creation and whenever you reset the database you must reload the basic data. This data is stored in the /fixtures directory. You can load this with: -``./manage.py loaddata ./fixtures/{conference,proposal_base,sites,sitetree}.json`` +``./manage.py loaddata ./fixtures/{conference,sites,sitetree,flatpages}.json`` And to load the base admin users: diff --git a/pinaxcon/templates/nav.html b/pinaxcon/templates/nav.html index 3d1c9647..582f9373 100644 --- a/pinaxcon/templates/nav.html +++ b/pinaxcon/templates/nav.html @@ -1,11 +1,13 @@ {% load sitetree %} {% load static %} -