File: github-fork.patch

package info (click to toggle)
flask-openid 1.2.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 340 kB
  • ctags: 136
  • sloc: python: 603; makefile: 113
file content (18 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove "Fork from GitHub" button which loads images from the web
Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed
Last-Update: 2014-01-29

--- flask-openid-1.2.1+dfsg.orig/docs/_themes/flask_small/layout.html
+++ flask-openid-1.2.1+dfsg/docs/_themes/flask_small/layout.html
@@ -13,10 +13,6 @@
 {# do not display relbars #}
 {% block relbar1 %}{% endblock %}
 {% block relbar2 %}
-  {% if theme_github_fork %}
-    <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
-    src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
-  {% endif %}
 {% endblock %}
 {% block sidebar1 %}{% endblock %}
 {% block sidebar2 %}{% endblock %}