15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
from ivle.database import Offering, ProjectSet, Project, Subject, User
21
Offering, ProjectSet, Project, Semester, Subject, User)
20
23
from ivle.webapp import ApplicationRoot
24
27
@forward_route(ApplicationRoot, argc=1)
25
28
def root_to_user(root, segment):