Commit 9e9f87be3c0576f7464132b149d0ff31888e4541
1 parent
0180a17a
Exists in
master
and in
3 other branches
added name to pdf view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pdf_file/templates/pdf_file/view.html
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <div class="row"> |
35 | 35 | <div class="col-md-12 category-header"> |
36 | 36 | <h4 class="panel-title" style="margin-top: 10px; margin-bottom: 8px"> |
37 | - <span>{{ webpage }}</span> | |
37 | + <span>{{pdf_file}}</span> | |
38 | 38 | </h4> |
39 | 39 | |
40 | 40 | <div class="col-md-5 pull-right category-card-items"> | ... | ... |