Skip to content

Commit 254e5c6

Browse files
committed
disable sidebar ad experiment, remove privacy policy for ads
1 parent e7ff7ba commit 254e5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/pages/examples/django/django-core-mail-messages-emailmessage.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ customize email templates in a [Django](/django.html) application. The code
2121
is available under the
2222
[BSD 3-Clause "New" or "Revised" License](https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/LICENSE).
2323

24-
[**django-emailmessagetemplates/emailmessagetemplates/utils.py**](https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/emailmessagetemplates/utils.py)
24+
[**django-emailmessagetemplates / emailmessagetemplates / utils.py**](https://github.com/mcoconnor/django-emailmessagetemplates/blob/master/emailmessagetemplates/utils.py)
2525

2626
```python
2727
import copy

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block content %}{% endblock %}
1717
<hr></div>
1818
{% block lower_banner %}{% endblock %}
19-
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2019</a> | <a href="https://g.ezoic.net/privacy/fullstackpython.com">Privacy Policy</a></div></div>
19+
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2019</a></div></div>
2020
{% block bottom_banner %}{% endblock %}
2121
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19910497-7', 'auto'); ga('send', 'pageview');</script>
2222
{% block js %}{% endblock %}

0 commit comments

Comments
 (0)