浏览代码

minor change to practices display

practices
Simon Bowie 2 年前
父节点
当前提交
4a96ef0fc0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      web/app/templates/resource.html

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

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

正在加载...
取消
保存