Skip to content

Commit

Permalink
Added EOFs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and mauromsl committed Jun 14, 2019
1 parent 87d3b02 commit 089025e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/core/homepage_elements/issue/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def yield_homepage_element_context(request, homepage_elements):

context = {
'issue': issue_object,
'structure': issue_object.structure,
'structure': issue_object.structure, # for compatibility
'issues': issue_objects,
'articles': issue_object.get_sorted_articles(),
'show_sidebar': False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ <h3>{% if not collection %}{% trans "Issue Archive" %}{% else %}
</ul>
</div>
</div>
</aside>
</aside>
2 changes: 1 addition & 1 deletion src/themes/OLH/templates/elements/journal/issue_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ <h3>{{ issue.display_title }}</h3>
<h3 class="em">{{ issue.display_title }}</h3>
<p>{{ issue.issue_description|safe }}</p>
{% endif %}
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{% include 'elements/journal/issue_top.html' %}
{% include 'elements/journal/issue_block.html' %}
</div>
</section>
</section>
1 change: 0 additions & 1 deletion src/themes/OLH/templates/journal/issue_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
{% include "elements/journal/issue_sidebar.html" %}
{% endif %}
</div>

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ <h3 class="em">{{ section.name }}</h3>
{% for article in section_articles %}
{% include "elements/article_listing.html" with article=article %}
{% endfor %}
{% endfor %}
{% endfor %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
{% endif %}
</ul>
</div>
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ <h3>{% if not collection %}{% trans "Issue Archive" %}{% else %}
</ul>
</div>
</div>
</aside>
</aside>
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ <h4 class="card-title">{{ issue.display_title }}</h4>
<h2 class="em">{{ issue.display_title }}</h2>
<p>{{ issue.issue_description|safe }}</p>
{% endif %}
<br/>
<br/>
2 changes: 1 addition & 1 deletion src/themes/material/assets/mat.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ h5 {
text-decoration: underline;
text-decoration-color: #5a5a5a;
text-decoration-style: solid;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ <h3>{% if not collection %}{% trans "Issue Archive" %}{% else %}
{% endif %}
{% endfor %}
</ul>
</div>
</div>

0 comments on commit 089025e

Please sign in to comment.