We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45216b commit 9654fccCopy full SHA for 9654fcc
_templates/layout.html
@@ -112,14 +112,4 @@
112
</script>
113
114
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&guid=ON&script=0"/>
115
-
116
-//temporarily add a link to survey
117
-<script>
118
- var survey = '<div class="survey-banner"><p><i class="fas fa-poll" aria-hidden="true">  </i> Take the annual <a href="https://forms.gle/jdNexNU6eZ8mCGDY7">PyTorch Tutorials survey</a>.</p></div>'
119
- if ($(".pytorch-call-to-action-links").length) {
120
- $(".pytorch-call-to-action-links").before(survey);
121
- } else {
122
- $("#pytorch-article").prepend(survey);
123
- }
124
-</script>
125
{% endblock %}
0 commit comments