| |
---|
| | <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 %} |
---|
| |
---|
| | |