Skip to content

Commit

Permalink
Added link to teacher dashboard on Cancel button (#923)
Browse files Browse the repository at this point in the history
* Added link to teacher dashboard on Cancel button

* Added space

* Added space
  • Loading branch information
MMFernando committed Mar 7, 2019
1 parent aa0caff commit de61bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/templates/portal/teach/invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ <h1>Invite a teacher</h1>
{{ invite_form.email }}
{{ invite_form.email.errors }}
<div class="background button-group">
<a class="button button--regular button--secondary button--secondary--light">Cancel</a>
<a href="{% url 'dashboard' %}" class="button button--regular button--secondary button--secondary--light">Cancel</a>
<button type="submit" name="submit" value="Submit" class="button button-primary button--primary--general-educate">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>

{% endblock content %}

0 comments on commit de61bf2

Please sign in to comment.