Skip to content

Commit

Permalink
Merge pull request #826 from ubc/#825-move-help-text
Browse files Browse the repository at this point in the history
Update, duplicate help text to match new workflow
  • Loading branch information
andrew-gardener authored Aug 20, 2018
2 parents 578c57f + 68d94e4 commit cc60c24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compair/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
LTI_LOGIN_ENABLED = True

LOGIN_ADDITIONAL_INSTRUCTIONS_HTML = """
<h3>If you can't log in, please check:</h3>
<h3>For course access issues, please check:</h3>
<dl>
<dt>If you are a student: Are you registered in the course that is using this application?</dt>
<dd>See if you have access to the course in Canvas. If you can't access the course in Canvas, contact <a href="https://it.ubc.ca/got-question-about-it-products-and-support#helpdesk" target="_blank">UBC IT support</a>.</dd>
<dt>Are you registered in the course that is using this application?</dt>
<dd>For example, see if you have access to the course in Canvas. If you aren't registered, contact <a href="https://it.ubc.ca/got-question-about-it-products-and-support#helpdesk" target="_blank">UBC IT support</a>.</dd>
<dt>Did you click the ComPAIR link from Canvas at least once?</dt>
<dd>You must enter the application initially by clicking the ComPAIR link in the course's Canvas site. This activates your ComPAIR account for the course.</dd>
<dd>If your course has a Canvas site, click the ComPAIR link from there once. This action enrols you in the ComPAIR course.</dd>
<dt>Are you using a modern browser?</dt>
<dd>Supported browsers for this application include <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank">Firefox</a>, <a href="http://www.google.com/chrome/" target="_blank">Chrome</a>, <a href="https://www.apple.com/ca/safari/" target="_blank">Safari</a>, and <a href="http://windows.microsoft.com/en-ca/internet-explorer/download-ie" target="_blank">IE9+</a>.</dd>
<dt>Did you answer 'yes' to all the troubleshooting questions above?</dt>
Expand Down
4 changes: 4 additions & 0 deletions compair/static/modules/home/home-partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ <h2 class="col-sm-6">Your {{courseFilters.period}} courses</h2>
ng-model="courseFilters.search">
</div>
</form>

</div>

<!-- REMOVE AFTER LTI UPGRADE -->
<p class="alert text-muted" ng-show="!canAddCourse">If you don't see the course(s) you expect below: 1) check your registration in the course (for example, see if you have access to the course in Canvas) and contact <a href="https://it.ubc.ca/got-question-about-it-products-and-support#helpdesk" target="_blank">UBC IT support</a> to register, then 2) if your course has a Canvas site, click the ComPAIR link from there once. For further help, contact <a href="mailto:[email protected]" target="_self">ComPAIR technical support</a>.</p>

<!-- Course listing -->
<div class="course-list" ng-if="courses.length">
Expand Down

0 comments on commit cc60c24

Please sign in to comment.