소스 검색

minor change to practices display

practices
Simon Bowie 1 년 전
부모
커밋
4a96ef0fc0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      web/app/templates/resource.html

+ 3
- 3
web/app/templates/resource.html 파일 보기

@@ -107,13 +107,13 @@
{% if resource['considerations'] %}
<div class="lg:col-span-2">
<h3>Considerations</h3>
<p>{{ resource['considerations']|safe }}</p>
{{ resource['considerations']|safe }}
</div>
{% endif %}
{% if resource['references'] %}
<div class="lg:col-span-2">
<h3> Further reading </h3>
<p>{{ resource['references']|safe }}</p>
<h3> Further reading</h3>
{{ resource['references']|safe }}
</div>
{% endif %}
</div>

Loading…
취소
저장