From afdc8a87764289b5a9b5bbc862b3f3cfaf1e640f Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 6 Apr 2023 19:02:16 +1000 Subject: [PATCH] Add initial FOSSY branding --- README.rst | 2 +- pinaxcon/templates/nav.html | 10 ++++++---- pinaxcon/templates/site_base.html | 1 + static/src/scss/app.scss | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) 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 %} -