-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ccfa56
commit 698572f
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<article class="panel panel-default mrgn-bttm-sm relative"> | ||
<header class="panel-heading" style="background-color: white;"> | ||
|
||
<h2 class="panel-title"> | ||
<h3 class="panel-title"> | ||
{% block heading %} | ||
{% set my_title, machine_translated = h.csa_get_translated_t(package, 'title') %} | ||
{% if 'title_translated' not in package %} | ||
|
@@ -23,7 +23,7 @@ <h2 class="panel-title"> | |
<i class="fa fa-language text-muted mrgn-lft-sm" title="{{ _("This third party metadata element has been translated using an automated translation tool (DeepL). To report any discrepancies please contact [email protected]") }}"></i> | ||
{% endif %} | ||
{% endblock %} | ||
</h2></header> | ||
</h3></header> | ||
|
||
<div class="panel-body"> | ||
{% block banner %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters