Skip to content

Commit

Permalink
updated the template to conditionally show the line on training
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutvikrj26 committed May 31, 2024
1 parent c8a9a78 commit 7869a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physionet-django/user/templates/user/edit_training.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ <h1>Training</h1>
<hr>
<p>To gain access to certain datasets on {{ SITE_NAME }}, you are required to demonstrate that you have completed relevant training. You can find specific training requirements in the "Files" section of the project description.</p>
{% if take_course_form %}
<p>You can either complete a training on a third-party platform and update the training or take the training on this platform if available.</p>
<p>You can either complete a training on a third-party platform and upload the training or take the training on this platform if available.</p>
{% else %}
<p>You can complete the training on a third-party platform and update the training.</p>
<p>You can complete the training on a third-party platform and upload the training.</p>
{% endif %}
<h6>You can view the status of your training submissions on the <a href="{% url 'edit_certification' %}">Certification</a> page.</h6>
<hr>
Expand Down

0 comments on commit 7869a6c

Please sign in to comment.