.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
<br />
|
||||
History: {{ question.history}}
|
||||
<br />
|
||||
{% for series in question.series.all %}
|
||||
<div>
|
||||
Author(s): {{question.get_authors}}
|
||||
</div>
|
||||
@@ -43,6 +42,7 @@
|
||||
title="Edit the question">Edit</a>
|
||||
</div>
|
||||
</span>
|
||||
{% for series in question.series.all %}
|
||||
<div class="series-block">
|
||||
Series {{forloop.counter }}:<br />
|
||||
{{series.get_block}}
|
||||
|
||||
Reference in New Issue
Block a user