{% extends 'teachingassistant/base.html' %}
{% block title %}QuickSched: Edit Account{% endblock %}
{% load static %}
{% block content %}
{% include 'teachingassistant/sidebar.html' %}
{% include 'teachingassistant/account/edit_info.html' %}
{% endblock %}