##// END OF EJS Templates
tests: Use settings dict from fixture instead of grabbing it from the WSGI app stack.
tests: Use settings dict from fixture instead of grabbing it from the WSGI app stack.

File last commit:

r1:854a839a default
r603:4f5ebd99 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.html" />