Explorar el Código

small changes to display of resources

joel
Simon Bowie hace 1 año
padre
commit
74df4a0165
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      web/app/templates/resource.html

+ 1
- 5
web/app/templates/resource.html Ver fichero

@@ -112,14 +112,10 @@
{% endif %}
{% if resource['references'] %}
<div class="col-span-2">
<h3> References </h3>
<h3> Further reading </h3>
<p>{{ resource['references']|safe }}</p>
</div>
{% endif %}
<div class="">
<h3>Created</h3>
{{ resource['created'].strftime("%Y-%m-%d %H:%M") }} UTC
</div>
</div>
</div>

Cargando…
Cancelar
Guardar