Better error handling in broadcaster
This commit is contained in:
parent
fa0f37fb0f
commit
9f0bcd8152
3 changed files with 22 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
<div>
|
||||
<h2>{{ result.username }}</h2>
|
||||
<form action="/follow/" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="user" value="{{ result.id }}"></input>
|
||||
<input type="submit" value="Follow"></input>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue