Commit 181a35c7 authored by Jan Broer's avatar Jan Broer

Fix description breakline

parent faabe317
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-7">
<h2>{{entry.title}}</h2> <h2>{{entry.title}}</h2>
<p class="author"><a href="{{url_for('author', name=entry.authors[0].name) }}">{{entry.authors[0].name}}</a></p> <p class="author"><a href="{{url_for('author', name=entry.authors[0].name) }}">{{entry.authors[0].name}}</a></p>
{% if entry.ratings.__len__() > 0 %} {% if entry.ratings.__len__() > 0 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment