Skip to content

Commit

Permalink
Added account activation email and sending email reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanchal Panigrahy committed Dec 21, 2023
1 parent af2142d commit 6fbd4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bloggy/templates/seo/header_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5125794458843883"
crossorigin="anonymous"></script>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
{# Ad blocking recovery #}
<script async src="https://fundingchoicesmessages.google.com/i/pub-5125794458843883?ers=1" nonce="uJEXANW_-AZQW7BJU31BeQ"></script><script nonce="uJEXANW_-AZQW7BJU31BeQ">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
{% endif %}
{% csrf_token %}
<meta name="is_authenticated" content="{{ user.is_authenticated }}"/>
Expand Down

0 comments on commit 6fbd4b0

Please sign in to comment.