added hint for new users to use sign in button to sign in
1 parent f316c1b commit 31f00b1ae06132f866342ab0fe2cea957677f5e9
@Tarashish Mishra Tarashish Mishra authored on 31 Oct 2012
Showing 1 changed file
View
2
■■■
src/postorius/templates/postorius/login.html
<form method="post" action="{% url 'socialauth_complete' "browserid" %}"> {% csrf_token %}
<input type="hidden" name="assertion" value="" />
<a rel="nofollow" id="browserid" href="#"><img src="{{ STATIC_URL }}postorius/img/sign_in_blue.png" alt="Login using BrowserID" /></a>
</form>
 
<h2>New user? Click on 'sign in' button to get started.</h2>
</div>
{% endblock %}
 
{% block additionaljs %}