Procházet zdrojové kódy

minor change to practices display

practices
Simon Bowie před 1 rokem
rodič
revize
4a96ef0fc0
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      web/app/templates/resource.html

+ 3
- 3
web/app/templates/resource.html Zobrazit soubor

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

Načítá se…
Zrušit
Uložit