Skip to content

Commit

Permalink
[fix] include socialaccounts template tag
Browse files Browse the repository at this point in the history
- for social authentication buttons to work on
  landing page
  • Loading branch information
collinmutembei committed Mar 25, 2016
1 parent 34762bb commit d75afee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{% load staticfiles %}

{% block content %}

{% load socialaccount %}
<div class="landing">
<img src="{% static 'images/phedit.gif' %}" alt="logo">
<div class="row">
Expand Down

0 comments on commit d75afee

Please sign in to comment.