Removing optout from story share.

This commit is contained in:
Samuel Clay 2016-11-17 17:59:36 -08:00
parent b5c8c3dce4
commit 6950adc26d
2 changed files with 4 additions and 2 deletions

View file

@ -359,7 +359,7 @@
</div>
{% block optout %}
<div class="optout">
<a href="http://{% current_domain %}{% url "profile-email-optout" %}" style="text-decoration:none;color: #84919B">Opt-out of emails from NewsBlur</a>
<a href="http://{% current_domain %}{% url "profile-email-optout" %}" style="text-decoration:none;color: #84919B">Unsubscribe from NewsBlur emails</a>
</div>
{% endblock %}
</td>

View file

@ -25,4 +25,6 @@
{% endblock %}
{% block footer %}{% endblock footer %}
{% block footer %}{% endblock footer %}
{% block optout %}{% endblock %}