0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-11 07:41:19 +00:00

Add a hint in ntfy form

Fixes: 
This commit is contained in:
Pēteris Caune 2024-10-10 10:23:48 +03:00
parent 4f9b0b11b9
commit 7dc13d897f
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -50,6 +50,8 @@
{% if form.url.errors %}
<div class="help-block">{{ form.url.errors|join:"" }}</div>
{% else %}
<div class="help-block">ntfy server's root URL, <em>without</em> the topic name.</div>
{% endif %}
</div>
</div>