Skip to content

Commit

Permalink
Add persona include.js to dashboard
Browse files Browse the repository at this point in the history
I screwed up when I un-super()'d things before and missed this. Without
this, persona login doesn't work.
  • Loading branch information
willkg committed Mar 5, 2013
1 parent de8b552 commit ec4f05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fjord/analytics/templates/analytics/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

{% block site_js %}
{{ js('dashboard') }}
<script type="text/javascript" src="https://login.persona.org/include.js"></script>
{% endblock %}

{% macro feedback_block(feedback) -%}
Expand Down

0 comments on commit ec4f05d

Please sign in to comment.