Fix the static pages

`/minari`, `/gerrit-dashboard-generator`, and `/symbolon` was treated as generatable pages,
despite being configured in `STATIC_PATHS`.
This commit is contained in:
2019-11-13 18:07:00 +01:00
parent cc72dd525c
commit 21000c1fc5
2 changed files with 10 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ STATIC_PATHS = [
'pgpkey',
'minari',
'symbolon',
'symbolon/index.html',
'gergely@polonkai.eu.asc',
]