Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions main/templates/main/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h1>Welcome back to the 'source' integration for <i>Open Humans</i></h1>
thus we limit the frequency with which you can request updates.</p>
{%endif%}
<br/>
<p>You want do remove your current 'source' account and maybe replace with
with a different one? Click below to remove your current 'source' account</p>
<p>You want to remove your current 'source' account and maybe replace with a different one? Click below to remove your current 'source' account</p>
<form action="{% url 'remove_source' %}" method="post">
{% csrf_token %}
<input type="submit"
Expand Down