Makes follow request button a different color than an unread

notification

Fixes #420
This commit is contained in:
Mouse Reeve 2020-12-30 12:12:32 -08:00
parent e0adb3307b
commit 8bb7a081c2

View file

@ -3,7 +3,7 @@
<form action="/accept-follow-request/" method="POST"> <form action="/accept-follow-request/" method="POST">
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="user" value="{{ user.username }}"> <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>
<form action="/delete-follow-request/" method="POST"> <form action="/delete-follow-request/" method="POST">
{% csrf_token %} {% csrf_token %}