Skip to content

Commit 9689038

Browse files
committed
add paragraph explaining mentor usage
1 parent fbf5af8 commit 9689038

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

app/dashboard/templates/dashboard/sponsors.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -324,19 +324,20 @@
324324
</template>
325325
<manage-mentors :org_name="userOrg.org_name" :hackathon_id="hackathonObj.id" inline-template>
326326
<div class="offset-3 col-6">
327-
<div class="from-group mb-3 mt-4">
328-
<label class="font-weight-semibold" for="org-mentors">Bounty Mentors (Optional) <small>Add Gitcoin/Github Usernames</small></label>
329-
<div class="form__select2 g-multiselect">
330-
<select id="org-mentors" class="mentor-users" multiple="multiple" aria-describedby="profilesHelp">
331-
{% for profile in default_mentors %}
332-
<option selected="selected" value="{{ profile.id }}">{{ profile }}</option>
333-
{% endfor %}
334-
</select>
335-
</div>
336-
</div>
337-
<div class="form-group mb-3 mt-4">
338-
<b-button @click="updateBountyMentors();">Update Mentors</b-button>
327+
<p>Set default mentors for bounties below. Mentors will be added to hackathon chat channels that you sponsor.</p>
328+
<div class="from-group mb-3 mt-4">
329+
<label class="font-weight-semibold" for="org-mentors">Bounty Mentors (Optional) <small>Add Gitcoin/Github Usernames</small></label>
330+
<div class="form__select2 g-multiselect">
331+
<select id="org-mentors" class="mentor-users" multiple="multiple" aria-describedby="profilesHelp">
332+
{% for profile in default_mentors %}
333+
<option selected="selected" value="{{ profile.id }}">{{ profile }}</option>
334+
{% endfor %}
335+
</select>
339336
</div>
337+
</div>
338+
<div class="form-group mb-3 mt-4">
339+
<b-button class="btn btn-gc-blue"@click="updateBountyMentors();">Update Mentors</b-button>
340+
</div>
340341
</div>
341342
</manage-mentors>
342343
</b-tab>

0 commit comments

Comments
 (0)