Add a link to wiki instructor docs

master
Tanner Collin 2 years ago
parent 8f48f894b8
commit 715e7c6de2
  1. 2
      webclient/src/InstructorClasses.js
  2. 2
      webclient/src/InstructorCourses.js

@ -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…
Cancel
Save