add some links
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
not-added
|
not-added
|
||||||
{% endif %}
|
{% endif %}
|
||||||
' data-case={{case.id}}>
|
' data-case={{case.id}}>
|
||||||
{{case.title}} / {{added}} / {{relation}}
|
{{case.title}} / {{added}} / {{relation}} / <a href="{% url 'atlas:case_detail' case.id %}">View case</a>
|
||||||
<br/>{{case.get_series_blocks|safe}}
|
<br/>{{case.get_series_blocks|safe}}
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
@@ -18,8 +18,10 @@
|
|||||||
: {{casedetail.case.title}}
|
: {{casedetail.case.title}}
|
||||||
|
|
||||||
{% if collection.collection_type == "QUE" %}
|
{% if collection.collection_type == "QUE" %}
|
||||||
(<a href='{% url "atlas:collection_case_details" casedetail.collection.pk casedetail.case.pk %}'>edit</a>)
|
(<a href='{% url "atlas:collection_case_details" casedetail.collection.pk casedetail.case.pk %}'>edit questions</a>)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
(<a href='{% url "atlas:collection_case_priors" casedetail.collection.pk casedetail.case.pk %}'>manage priors</a>)
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user