mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-22 08:50:17 +00:00
pedagogy: functional but basic uv comment system
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{% endif %}
|
||||
{% for uv in object_list %}
|
||||
<p>
|
||||
{{ uv.code }}
|
||||
<a href="{{ url('pedagogy:uv_detail', uv_id=uv.id) }}">{{ uv.code }}</a>
|
||||
{% if user.is_owner(uv) -%}
|
||||
<a href="{{ url('pedagogy:uv_update', uv_id=uv.id) }}">{% trans %}Edit{% endtrans %}</a>
|
||||
<a href="{{ url('pedagogy:uv_delete', uv_id=uv.id) }}">{% trans %}Delete{% endtrans %}</a>
|
||||
|
||||
Reference in New Issue
Block a user