Merge pull request #438 from mouse-reeve/accept-button-color

Makes follow request button a different color than an unread notification
This commit is contained in:
Mouse Reeve 2020-12-30 12:44:18 -08:00 committed by GitHub
commit 2e36da3f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<form action="/accept-follow-request/" method="POST">
{% csrf_token %}
<input type="hidden" name="user" value="{{ user.username }}">
<button class="button is-primary is-small" type="submit">Accept</button>
<button class="button is-link is-small" type="submit">Accept</button>
</form>
<form action="/delete-follow-request/" method="POST">
{% csrf_token %}