Skip to content
Snippets Groups Projects
Commit 44d86dc8 authored by Andy Boughton's avatar Andy Boughton
Browse files

Merge pull request #272 from gvwilson/removing-legend-from-template

Removing Legend from required headings
parents e5a06b41 23f098f6
Branches
Tags
No related merge requests found
......@@ -626,7 +626,7 @@ class ReferencePageValidator(MarkdownValidator):
class InstructorPageValidator(MarkdownValidator):
"""Simple validator for Instructor's Guide- instructors.md"""
HEADINGS = ["Legend", "Overall"]
HEADINGS = ["Overall"]
WARN_ON_EXTRA_HEADINGS = False
DOC_HEADERS = {"layout": vh.is_str,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment