Skip to content

Commit

Permalink
make Project link required
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed May 31, 2020
1 parent eb8fe47 commit 5033e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/dashboard/templates/bounty/fulfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ <h4 class="text-center mb-4">{% trans "Submit Work" %}</h4>
</div>

<div class="mt-2">
<label class="form__label" for="githubPRLink">{% trans "Github PR Link" %}</label>
<label class="form__label" for="githubPRLink">{% trans "Project Link" %}</label>
<input name='githubPRLink' id='githubPRLink' class="form__input font-body" type="text"
placeholder="https://github.com/{{ github_handle }}/REPO/pull/NUM (optional)" value=""
placeholder="https://github.com/{{ github_handle }}/REPO/pull/NUM" value=""
required
/>
</div>

Expand Down

0 comments on commit 5033e94

Please sign in to comment.