Social account bugs

This commit is contained in:
Felipe Martín 2015-10-11 10:03:32 +02:00
parent 381d437c7c
commit 28cb7b787e
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@
</head>
<body data-views="{% block js_views %}money{% endblock %}">
{% providers_media_js %}
<div class="ui page grid">
<div class="computer tablet only row">
<div class="ui large menu fluid navbar">
@ -173,7 +174,6 @@
</div>
</div>
</div>
{% providers_media_js %}
{% if not DEBUG %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

View File

@ -37,7 +37,7 @@
</h2>
</div>
<div class="ui three wide column right aligned">
{% get_social_accounts user as accounts %}
{% get_social_accounts this_user as accounts %}
{% if accounts %}
{% for provider, profiles in accounts.items %}
{% for profile in profiles %}