add more oauth providers, really authenticate

This commit is contained in:
Matthew Scragg 2015-10-21 17:34:20 -05:00
parent 4375db4f8c
commit c92cc46db2
4 changed files with 54 additions and 13 deletions

View file

@ -1,7 +1,4 @@
{% extends 'layout.html' %}
{% block body %}
{% for form in forms %}
{{ form|safe }}
<hr />
{% endfor %}
{{ forms|safe }}
{% endblock %}