Makes follow request button a different color than an unread
notification Fixes #420
This commit is contained in:
parent
e0adb3307b
commit
8bb7a081c2
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user