Better error handling in broadcaster

This commit is contained in:
Mouse Reeve
2020-01-29 15:55:48 -08:00
parent fa0f37fb0f
commit 9f0bcd8152
3 changed files with 22 additions and 6 deletions

View File

@ -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>