0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-09 06:57:49 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Pēteris Caune
af682bae0c
Improve grammar 2023-08-11 11:18:49 +03:00
Pēteris Caune
b9996e63c8
Fix django-compressor warning with github_actions.html
HTML files in /templates/docs/ are not Django templates,
they contain HTML content to be used verbatim in
hc.front.views.serve_doc view.

Some of these files contain "{{ ... }}" syntax. When
we run "./manage.py compress", django-compressor trips
up on this syntax because it treats them as Django templates.

The fix is to change file extension for these files
from .html to something else (I picked .html-fragment)
so django-compressor would ignore them.
2023-04-11 20:34:31 +03:00
Renamed from templates/docs/arduino.html (Browse further)