Add a link to wiki instructor docs

This commit is contained in:
Tanner Collin 2022-03-26 21:55:43 +00:00
parent 8f48f894b8
commit 715e7c6de2
2 changed files with 4 additions and 0 deletions

View File

@ -400,6 +400,8 @@ export function InstructorClassList(props) {
<Form onSubmit={handleSubmit}>
<Header size='small'>Add a Class</Header>
<p>Documentation: <a href='https://wiki.protospace.ca/Be_a_Course_Instructor' target='_blank' rel='noopener noreferrer'>https://wiki.protospace.ca/Be_a_Course_Instructor</a></p>
<InstructorClassEditor input={input} setInput={setInput} error={error} />
<Form.Button loading={loading} error={error.non_field_errors}>

View File

@ -182,6 +182,8 @@ export function InstructorCourseList(props) {
<Form onSubmit={handleSubmit}>
<Header size='small'>Add a Course</Header>
<p>Documentation: <a href='https://wiki.protospace.ca/Be_a_Course_Instructor' target='_blank' rel='noopener noreferrer'>https://wiki.protospace.ca/Be_a_Course_Instructor</a></p>
<InstructorCourseEditor input={input} setInput={setInput} error={error} />
<Form.Checkbox