fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git]
/
wolnelektury
/
templates
/
auth
/
login.html
diff --git
a/wolnelektury/templates/auth/login.html
b/wolnelektury/templates/auth/login.html
deleted file mode 100644
(file)
index
553e873
..0000000
--- a/
wolnelektury/templates/auth/login.html
+++ /dev/null
@@
-1,14
+0,0 @@
-{% extends "ajaxable/form.html" %}
-{% load i18n %}
-
-{% block extra %}
-
-<h2>{% trans "or join accounts:" %}</h2>
-
-<ul class="socialauth">
-{% include "socialaccount/snippets/provider_list.html" %}
-</ul>
-
-{% endblock %}
-
-