We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ebad5 commit c11f0b1Copy full SHA for c11f0b1
src/cryptoadvance/specter/templates/base.jinja
@@ -45,7 +45,7 @@
45
{% block head %}
46
{% endblock %}
47
</head>
48
- <body>
+ <body spellcheck="false">
49
{% include "services/inject_in_basejinja_body_top.jinja" %}
50
<div class="pageloader" id="pageloader"></div>
51
{% if specter.config.auth.method == "none" or current_user.is_authenticated %}
0 commit comments