Skip to content

Commit

Permalink
Merge pull request #5626 from rtfd/davidfischer/project-ads-contact
Browse files Browse the repository at this point in the history
Make sure there's a contact when opting out of advertising
  • Loading branch information
davidfischer authored Apr 24, 2019
2 parents 3058364 + 30bedfe commit ab6efc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readthedocs/templates/projects/project_advertising.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ <h4>{% trans "Still can't help?" %}</h4>
{% endblocktrans %}
</p>

<p>
{% blocktrans trimmed %}
To discuss alternatives to advertising, please <a href="mailto:[email protected]?subject=Alternatives+to+advertising">contact us</a>.
{% endblocktrans %}
</p>

<form method="post" action=".">
{% csrf_token %}
{{ form.as_p }}
Expand Down

0 comments on commit ab6efc8

Please sign in to comment.