diff --git a/templates/menu.html b/templates/menu.html index 724f8b409..639b7eb4e 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -46,12 +46,24 @@ {% if year %} {% endif %} - +{% if settings.DEVSERVER %} +
  • Kanboard
  • +{% else %} +
  • Kanboard
  • +{% endif %}
  • Troggle
  • -
  • +
  • + {% if editable %}
  • Edit this page
  • {% endif %} {% if cave_editable %}
  • Edit this cave
  • {% endif %}
  • {% if settings.DEVSERVER %}RUNNING ON LOCALSERVER
    slug:{{ cave.slug }}
    newslug:{{ cave.newslug }}
    url:{{ cave.url }}{% endif %}