The rfdetail.html template contains a hard-coded link to previous studies

Issue #783 resolved
Luuk created an issue

Line 100:

{% if each_study.pk == study.pk %}this study{% else %}<a href="/openrem/rf/{{ each_study.pk }}/">study {{ each_study.pk }}</a>{% endif %}{% if not forloop.last%}, {% endif %}

The link /openrem/rf/ should be made dynamic.

Comments (4)

  1. Luuk reporter

    Refs #783 The rfdetail.html template contains a hard-coded link to previous studies

    Actually it contained 2 links to previous studies. Both are fixed.

    [skip ci] as interface is not tested automatically (manually tested)

    → <<cset bb90ca3b1f7d>>

  2. Log in to comment