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
20
from ivle.database import Offering, ProjectSet, Project, Subject, User
20
22
from ivle.webapp import ApplicationRoot
24
26
@forward_route(ApplicationRoot, argc=1)
25
27
def root_to_user(root, segment):