mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
"Passed out" -> "Competency assessed"
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<br><small>{{ item.description }}</small>
|
<br><small>{{ item.description }}</small>
|
||||||
{% if item.prerequisites.exists %}
|
{% if item.prerequisites.exists %}
|
||||||
<div class="ml-3 font-italic">
|
<div class="ml-3 font-italic">
|
||||||
<p class="text-info mb-0">Passed Out Prerequisites:</p>
|
<p class="text-info mb-0">Competency Assessment Prerequisites:</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for p in item.prerequisites.all %}
|
{% for p in item.prerequisites.all %}
|
||||||
<li>{{p}}</li>
|
<li>{{p}}</li>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<spacer length="4" />
|
<spacer length="4" />
|
||||||
<para>{{ item.description }}</para>
|
<para>{{ item.description }}</para>
|
||||||
{% if item.prerequisites.exists %}
|
{% if item.prerequisites.exists %}
|
||||||
<h4>Prerequisites:</h4>
|
<h4>Competency Assessment Prerequisites:</h4>
|
||||||
<ul bulletFontSize="5">
|
<ul bulletFontSize="5">
|
||||||
{% for p in item.prerequisites.all %}
|
{% for p in item.prerequisites.all %}
|
||||||
<li><para>{{p}}</para></li>
|
<li><para>{{p}}</para></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user