fix: Use more subtle colors for "Request full access URL" alert (#5390)
Fixes #1765
This commit is contained in:
parent
8f8a3489ea
commit
81573a29c9
|
@ -516,7 +516,7 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if show_send_full_url %}
|
{% if show_send_full_url %}
|
||||||
<div class="alert alert-danger my-3">
|
<div class="alert alert-info my-3">
|
||||||
<p>
|
<p>
|
||||||
You are not allowed to modify or cancel this submission. You can
|
You are not allowed to modify or cancel this submission. You can
|
||||||
only modify or cancel this submission from the same URL you were
|
only modify or cancel this submission from the same URL you were
|
||||||
|
@ -535,7 +535,7 @@
|
||||||
<form class="mt-3" method="post">
|
<form class="mt-3" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="action" value="sendfullurl">
|
<input type="hidden" name="action" value="sendfullurl">
|
||||||
<button class="btn btn-danger" type="submit">
|
<button class="btn btn-primary" type="submit">
|
||||||
Request full access URL
|
Request full access URL
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue