Skip to content

Commit

Permalink
fix: Use more subtle colors for "Request full access URL" alert
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 3, 2023
1 parent 8041cd5 commit effabea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ietf/templates/submit/submission_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ <h2 class="mt-5">
</a>
{% endif %}
{% if show_send_full_url %}
<div class="alert alert-danger my-3">
<div class="alert alert-info my-3">
<p>
You are not allowed to modify or cancel this submission. You can
only modify or cancel this submission from the same URL you were
Expand All @@ -535,7 +535,7 @@ <h2 class="mt-5">
<form class="mt-3" method="post">
{% csrf_token %}
<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
</button>
</form>
Expand Down

0 comments on commit effabea

Please sign in to comment.