projets
/
auf_savoirs_en_partage_django.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ressource: Changer type pour catégorie dans le détail
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
savoirs
/
ressource_retrieve.html
diff --git
a/auf_savoirs_en_partage/templates/savoirs/ressource_retrieve.html
b/auf_savoirs_en_partage/templates/savoirs/ressource_retrieve.html
index
59f20b0
..
ee52733
100644
(file)
--- a/
auf_savoirs_en_partage/templates/savoirs/ressource_retrieve.html
+++ b/
auf_savoirs_en_partage/templates/savoirs/ressource_retrieve.html
@@
-27,8
+27,8
@@
<div><span class="label">Format:</span> {{ ressource.format }}</div>
{% endif %}
<div><span class="label">Format:</span> {{ ressource.format }}</div>
{% endif %}
-{% if ressource.type %}
-<div><span class="label">Type:</span> {{ ressource.type }}</div>
+{% if ressource.categorie %}
+<div><span class="label">Catégorie:</span> {{ ressource.categorie }}</div>
{% endif %}
{% if disciplines %}
{% endif %}
{% if disciplines %}