소스 검색

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…
취소
저장