File tree 2 files changed +0
-27
lines changed
2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 71
71
</ dd >
72
72
</ dl >
73
73
74
- {% if show_bookmarks %}
75
- < dl >
76
- < dt > Bookmark</ dt >
77
- < dd >
78
-
79
- < div class ="bookmark-icon ">
80
- < div class ='bookmark-inactive '>
81
- < a class ="bookmark " token ="{{ csrf_token }} ">
82
- < img src ="{{ settings.MEDIA_URL }}/images/bookmark-icon-default.png " />
83
- </ a >
84
- </ div >
85
-
86
- < div class ="bookmark-active ">
87
- < a class ="bookmark " token ="{{ csrf_token }} ">
88
- < img src ="{{ settings.MEDIA_URL }}/images/bookmark-icon-active.png " />
89
- </ a >
90
- </ div >
91
-
92
- < div class ="bookmark-added-msg "> </ div >
93
- </ div >
94
- </ dd >
95
- </ dl >
96
- {% endif %}
97
-
98
74
{% if print_url %}
99
75
< dl >
100
76
< dt > Paperback</ dt >
Original file line number Diff line number Diff line change 7
7
from rest_framework .renderers import JSONPRenderer , JSONRenderer , BrowsableAPIRenderer
8
8
from rest_framework .response import Response
9
9
10
- from bookmarks .models import Bookmark
11
10
from builds .models import Version
12
11
from projects .models import Project
13
12
@@ -61,8 +60,6 @@ def footer_html(request):
61
60
show_promo = False
62
61
63
62
context = Context ({
64
- 'show_bookmarks' : False ,
65
- 'bookmark' : None ,
66
63
'project' : project ,
67
64
'path' : path ,
68
65
'downloads' : version .get_downloads (pretty = True ),
You can’t perform that action at this time.
0 commit comments