.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
Series {{ forloop.counter }}:
|
||||
<a href="{% url 'longs:long_series_detail' pk=series.pk %}">
|
||||
{{series.get_block}}
|
||||
</a><br/>
|
||||
</a>
|
||||
|
||||
<a href="#" onclick="return window.create_popup_window('/longs/series/{{series.pk}}', 'Series')"
|
||||
>Popup</a>
|
||||
@@ -20,7 +20,6 @@
|
||||
</span>
|
||||
{% endfor %}
|
||||
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
|
||||
<a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add existing series</a></span>
|
||||
</div>
|
||||
<p class="pre-whitespace"><b>Feedback:</b> {{ question.feedback }}</p>
|
||||
<p><b>Author(s):</b> {% for author in question.author.all %} <a
|
||||
|
||||
Reference in New Issue
Block a user