Skip to content

Commit 5e74430

Browse files
committed
don't highlight salad menu item on spoiler pages
fixes #162
1 parent 6645e5b commit 5e74430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sopy/templates/spoiler/decode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'salad/base.html' %}
1+
{% extends 'spoiler/base.html' %}
22

33
{% block title %}View Spoiler{% endblock %}
44

sopy/templates/spoiler/encode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'salad/base.html' %}
1+
{% extends 'spoiler/base.html' %}
22

33
{% set script_ace = True %}
44

0 commit comments

Comments
 (0)