瀏覽代碼

small changes to display of resources

joel
Simon Bowie 1 年之前
父節點
當前提交
74df4a0165
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. +1
    -5
      web/app/templates/resource.html

+ 1
- 5
web/app/templates/resource.html 查看文件

@@ -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>

Loading…
取消
儲存