Bug fix on physiological followup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Trullemans 2021-12-19 13:22:11 +01:00
parent ce53bb0f38
commit 375a8bb802
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="card-footer text-right text-muted pt-0"> <div class="card-footer text-right text-muted pt-0">
<a href="{% url 'heightweight_create_for_gymnast' gymnastid %}"> <a href="{% url 'heightweight_create_for_gymnast' gymnast_id %}">
<button type="submit" value="add" class="btn btn-icon btn-warning "> <button type="submit" value="add" class="btn btn-icon btn-warning ">
<i class="tim-icons icon-simple-add"></i> <i class="tim-icons icon-simple-add"></i>
</button> </button>
@ -116,7 +116,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="card-footer text-right text-muted pt-0"> <div class="card-footer text-right text-muted pt-0">
<a href="{% url 'mindstate_create_for_gymnast' gymnastid %}"> <a href="{% url 'mindstate_create_for_gymnast' gymnast_id %}">
<button type="submit" value="add" class="btn btn-icon btn-warning "> <button type="submit" value="add" class="btn btn-icon btn-warning ">
<i class="tim-icons icon-simple-add"></i> <i class="tim-icons icon-simple-add"></i>
</button> </button>
@ -158,7 +158,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="card-footer text-right text-muted pt-0"> <div class="card-footer text-right text-muted pt-0">
<a href="{% url 'accident_create_for_gymnast' gymnastid %}"> <a href="{% url 'accident_create_for_gymnast' gymnast_id %}">
<button type="submit" value="add" class="btn btn-icon btn-warning "> <button type="submit" value="add" class="btn btn-icon btn-warning ">
<i class="tim-icons icon-simple-add"></i> <i class="tim-icons icon-simple-add"></i>
</button> </button>