Skip to content

Commit

Permalink
Merge pull request #1320 from BirkbeckCTP/fix-about-title
Browse files Browse the repository at this point in the history
Added title_value to default and material themes.
  • Loading branch information
mauromsl authored Oct 31, 2019
2 parents 1046d49 + 1bd41d3 commit b628895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="dark-primary-bg" style="margin-top: 30px;">
<div class="row" id="about_journal">
<div class="large-12 columns">
<h2>{% trans "About this Journal" %}</h2>
<h2>{{ title_value }}</h2>
<p>{{ journal_settings.general.journal_description|safe }}</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}
<div class="row" id="about_journal">
<div class="col-md-12">
<h2 class="index-header">{% trans "About this Journal" %}</h2>
<h2 class="index-header">{{ title_value }}</h2>
<p>{{ journal_settings.general.journal_description|safe }}</p>
</div>
</div>

0 comments on commit b628895

Please sign in to comment.