-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update warning to be slightly less dire
- Loading branch information
1 parent
0508f2d
commit b020708
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ <h1>{% if program %}Tag Settings for {{ program.niceName }} (ID: {{ program.id } | |
{% endif %} | ||
<div class="alert alert-danger"> | ||
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> | ||
Please be aware that these settings can be very sensitive and there are currently no warnings or blocks in place to prevent you from providing incorrect values. Please use caution, read the help text, and make sure to test everything whenever you change any of these settings! Feel free to contact <a href="mailto:[email protected]">websupport</a> with any questions. | ||
Please be aware that these settings can be very sensitive and there are currently only a few warnings or blocks in place to prevent you from providing incorrect values. Please use caution, read the help text, and make sure to test everything whenever you change any of these settings! Feel free to contact <a href="mailto:[email protected]">websupport</a> with any questions. | ||
</div> | ||
|
||
<form action="/manage/{% if program %}{{ program.getUrlBase }}/{% endif %}tags/" method="post"> | ||
|