Commit c56fccaf authored by Michal Čihař's avatar Michal Čihař

Stay in the profile after adding identity (issue #170)

parent e4e2fb15
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<ul> <ul>
{% for name in backends.not_associated %} {% for name in backends.not_associated %}
<li> <li>
<a href="{% url 'social:begin' name %}">{{ name }}</a> <a href="{% url 'social:begin' name %}?next={% url 'profile' %}">{{ name }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment