[Python-modules-commits] [python-django-crispy-forms] 03/06: remove remote resource references to avoid privacy issues

Michael Fladischer fladi at moszumanska.debian.org
Fri Jan 15 11:31:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-crispy-forms.

commit e19596362921c6a9e8db689aba455e14a8d6b294
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat Oct 11 17:59:23 2014 +0200

    remove remote resource references to avoid privacy issues
    
    Patch-Name: no-remote-resources.patch
---
 docs/_templates/sidebarintro.html |  9 ---------
 docs/_themes/kr/layout.html       | 11 -----------
 2 files changed, 20 deletions(-)

diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index 11f654e..ecd71b0 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -1,8 +1,4 @@
 <h3 style="font-size: 30px;"><a href="{{ pathto(master_doc) }}">crispy-forms</a></h3>
-<p>
-  <iframe src="http://ghbtns.com/github-btn.html?user=maraujop&repo=django-crispy-forms&type=watch&count=true&size=large"
-    allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
-</p>
 
 <p>
   django-crispy-forms is a Django application that lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code and without having to take care of annoying details. You are currently looking at the documentation of the development release.
@@ -13,8 +9,3 @@
 <p>
     If you love django-crispy-forms, consider making a small donation <a href="http://flattr.com/thing/512037/django-crispy-forms">on Flattr</a>:
 </p>
-<p>
-    <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://django-crispy-forms.rtfd.org"></a>
-    <noscript><a href="http://flattr.com/thing/512037/django-crispy-forms" target="_blank">
-    <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Click to flattr django-crispy-forms" border="0" /></a></noscript>
-</p>
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index 4d50f1e..d7c8792 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -9,17 +9,6 @@
 {% endblock %}
 {%- block relbar2 %}{% endblock %}
 {%- block footer %}
-    <script type="text/javascript">
-    /* <![CDATA[ */
-        (function() {
-            var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-            s.type = 'text/javascript';
-            s.async = true;
-            s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
-            t.parentNode.insertBefore(s, t);
-        })();
-    /* ]]> */</script>
-
     <div class="footer">
       © Copyright {{ copyright }}.
       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-crispy-forms.git



More information about the Python-modules-commits mailing list