Fix some pages not being selected properly in the sidebar

This commit is contained in:
Tim Van Baak 2021-10-01 16:52:59 -07:00
parent ab2f0edcb1
commit f88ee3a526
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends "lexicon.jinja" %}
{% set current_page = "characters" %}
{% set current_page = "posts" %}
{% block title %}Character | {{ lexicon_title }}{% endblock %}
{% macro make_post(post, is_new) %}

View File

@ -1,4 +1,5 @@
{% extends "lexicon.jinja" %}
{% set current_page = "settings" %}
{% block title %}Edit | {{ lexicon_title }}{% endblock %}
{% macro settings_page_link(page, text) -%}