Переглянути джерело

removing some fields from tool display

joel
Simon Bowie 2 роки тому
джерело
коміт
6bf6c91fdc
1 змінених файлів з 0 додано та 30 видалено
  1. +0
    -30
      web/app/templates/resource.html

+ 0
- 30
web/app/templates/resource.html Переглянути файл

@@ -99,36 +99,6 @@
</td>
</tr>
{% endif %}
{% if resource['expertiseToUse'] %}
<tr>
<th>
Expertise required to use:
</th>
<td>
{{ resource['expertiseToUse'] }}
</td>
</tr>
{% endif %}
{% if resource['expertiseToHost'] %}
<tr>
<th>
Expertise required to self-host:
</th>
<td>
{{ resource['expertiseToHost'] }}
</td>
</tr>
{% endif %}
{% if resource['dependencies'] %}
<tr>
<th>
Technical dependencies:
</th>
<td>
{{ resource['dependencies'] }}
</td>
</tr>
{% endif %}
{% if resource['ingestFormats'] %}
<tr>
<th>

Завантаження…
Відмінити
Зберегти