Add a link to wiki instructor docs
This commit is contained in:
parent
8f48f894b8
commit
715e7c6de2
|
@ -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}>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user