File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h3><em>{% for contributor in chapter.contributors.all %}{% if not forloop.first
2323 {% elif forloop.last and not forloop.first %} & {% endif %}{{ contributor }}{% endfor %}</ em > </ h3 >
2424 < p > This {% if book.category %}{{ book.category.chapter_name }}{% else %}chapter{% endif %} is part of: {{ book.citation|safe }}</ p >
2525 < a href ="{% url 'books_download_chapter' book.pk chapter.pk %} " class ="button "> < i class ="fa fa-download "> </ i > Download
26- {% if book.category %}{{ book.category.chapter_name }}{% else %}Chapter{% endif %}</ a >
26+ {% if book.category %}{{ book.category.chapter_name|capfirst }}{% else %}Chapter{% endif %}</ a >
2727 < table class ="table " style ="margin-bottom: 0; ">
2828 < tr >
2929 < th > Description</ th >
You can’t perform that action at this time.
0 commit comments