File: no-remote-resources.patch

package info (click to toggle)
python-django-crispy-forms 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,356 kB
  • sloc: python: 3,501; makefile: 91
file content (20 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Jan Dittberner <jandd@debian.org>
Date: Sat, 11 Oct 2014 17:59:23 +0200
Subject: 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(-)

--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -1,7 +1,4 @@
 <h3 style="font-size: 30px;"><a href="{{ pathto(master_doc) }}">crispy-forms</a></h3>
-<p>
-  <iframe src="https://ghbtns.com/github-btn.html?user=django-crispy-forms&repo=django-crispy-forms&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></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.