Skip to content

Commit

Permalink
Added formatted link to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Aug 21, 2023
1 parent 89a1cc5 commit c892afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studies/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from PIL import Image

from accounts.queries import compile_expression
from project import settings
from studies.models import Lab, Response, Study
from studies.permissions import LabPermission, StudyPermission

Expand Down Expand Up @@ -361,7 +362,7 @@ class EFPForm(ModelForm):
label="Experiment runner version (commit SHA)",
help_text=(
"If you're using the default Ember Frame Player, you can see <a "
'href="https://github.com/lookit/ember-lookit-frameplayer/commits/master">'
f'href="{settings.EMBER_EXP_PLAYER_REPO}/commits/{settings.EMBER_EXP_PLAYER_BRANCH}">'
"the commits page</a> for other commit SHA options."
),
)
Expand Down

0 comments on commit c892afd

Please sign in to comment.