##// END OF EJS Templates
core: added two new commands rcsetup-app and rcupgrade-db that will...
core: added two new commands rcsetup-app and rcupgrade-db that will replace pserve equivalents. - pserver uses some internals from pylons, and we want to remove this.

File last commit:

r1282:90601d74 default
r2007:e0e75f82 default
Show More
login2.html
9 lines | 178 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%
# Tweaks needed to simulate things
c.came_from = ""
%>
## Include the original file here for easy operation
<%include file="/login.mako" />