mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Removing optout from story share.
This commit is contained in:
parent
b5c8c3dce4
commit
6950adc26d
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -25,4 +25,6 @@
|
|||
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}{% endblock footer %}
|
||||
{% block footer %}{% endblock footer %}
|
||||
|
||||
{% block optout %}{% endblock %}
|
Loading…
Add table
Reference in a new issue