diff options
author | 2020-03-10 09:03:14 -0700 | |
---|---|---|
committer | 2020-03-10 09:03:14 -0700 | |
commit | 07f6278ee5d2d571711fec161979cbb399849084 (patch) | |
tree | 696a574ed34199281f445d86b0d25151158a508b /pydis_site/templates | |
parent | Merge pull request #304 from python-discord/deleted-messages-visible-line-end... (diff) | |
parent | CI: run pre-commit hooks in CI (diff) |
Merge pull request #339 from python-discord/feat/deps/o138/pre-commit-hooks
Add more pre-commit hooks
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/account/settings.html | 1 | ||||
-rw-r--r-- | pydis_site/templates/home/index.html | 1 | ||||
-rw-r--r-- | pydis_site/templates/wiki/history.html | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/pydis_site/templates/home/account/settings.html b/pydis_site/templates/home/account/settings.html index 9f48d736..ed59b052 100644 --- a/pydis_site/templates/home/account/settings.html +++ b/pydis_site/templates/home/account/settings.html @@ -134,4 +134,3 @@ </div> </div> </div> - diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 1ee93b10..d153b293 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -105,4 +105,3 @@ </section> {% endblock %} - diff --git a/pydis_site/templates/wiki/history.html b/pydis_site/templates/wiki/history.html index 3788385f..ee297bdd 100644 --- a/pydis_site/templates/wiki/history.html +++ b/pydis_site/templates/wiki/history.html @@ -124,5 +124,3 @@ <script src="{% static "js/wiki/modal.js" %}" type="text/javascript"></script> <script src="{% static "js/wiki/history.js" %}" type="text/javascript"></script> {% endblock %} - - |