From d036f77b4830b7b11e4a9874b6a5fe2597c46afd Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 7 Dec 2018 10:51:53 +0000 Subject: [PATCH] Special case navbar heading for pale fire demo. --- sourcing/templates/navbar-pale-fire.html | 36 ++++++++++++++++++++++++ sourcing/templates/view/xanaflight.html | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 sourcing/templates/navbar-pale-fire.html diff --git a/sourcing/templates/navbar-pale-fire.html b/sourcing/templates/navbar-pale-fire.html new file mode 100644 index 0000000..be32e27 --- /dev/null +++ b/sourcing/templates/navbar-pale-fire.html @@ -0,0 +1,36 @@ + + diff --git a/sourcing/templates/view/xanaflight.html b/sourcing/templates/view/xanaflight.html index d1433f3..30d9367 100644 --- a/sourcing/templates/view/xanaflight.html +++ b/sourcing/templates/view/xanaflight.html @@ -11,7 +11,7 @@ -{% include "navbar.html" %} +{% include "navbar-pale-fire.html" %}
{% include "flash_msg.html" %}