File: 0002-Remove-remote-badges-to-prevent-privacy-issues.patch

package info (click to toggle)
python-django-split-settings 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: python: 289; makefile: 22; sh: 6
file content (26 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 3 Jan 2022 21:31:54 +0000
Subject: Remove remote badges to prevent privacy issues.

Forwarded: not-needed
---
 docs/_templates/badges.html | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/docs/_templates/badges.html b/docs/_templates/badges.html
index 1a9523e..e69de29 100644
--- a/docs/_templates/badges.html
+++ b/docs/_templates/badges.html
@@ -1,12 +0,0 @@
-<ul>
-  <li>
-      <!-- Place this tag where you want the button to render. -->
-      <a class="github-button" href="https://github.com/sobolevn/django-split-settings" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star sobolevn/django-split-settings on GitHub">Star</a>
-  </li>
-  <li>
-      <!-- Place this tag where you want the button to render. -->
-      <a class="github-button" href="https://github.com/sobolevn/django-split-settings/issues" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue sobolevn/django-split-settings on GitHub">Issue</a>
-  </li>
-</ul>
-
-<script async defer src="https://buttons.github.io/buttons.js"></script>