summaryrefslogtreecommitdiffstats
path: root/ipsilon
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-10-10 14:24:27 -0400
committerPatrick Uiterwijk <puiterwijk@redhat.com>2014-10-24 18:03:28 +0200
commit92291b4692864aad0aa4806eaf71e6e1cb354673 (patch)
tree9decc289f9fc5e8b03ecf0c95496c7a2286c7496 /ipsilon
parent107379dfafd8d245c61df63ff8cc0391addc9e20 (diff)
downloadipsilon-92291b4692864aad0aa4806eaf71e6e1cb354673.tar.gz
ipsilon-92291b4692864aad0aa4806eaf71e6e1cb354673.tar.xz
ipsilon-92291b4692864aad0aa4806eaf71e6e1cb354673.zip
Drop custom FAS template
The form and fas template are identical so just drop the fas.html template and use the default. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'ipsilon')
-rwxr-xr-xipsilon/login/authfas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/login/authfas.py b/ipsilon/login/authfas.py
index 36918ec..8f05e82 100755
--- a/ipsilon/login/authfas.py
+++ b/ipsilon/login/authfas.py
@@ -162,7 +162,7 @@ Form based login Manager that uses the Fedora Authentication Server
self.fpc = FasProxyClient(base_url=self.fas_url,
useragent=self.user_agent,
insecure=(self.insecure == 'YES'))
- self.page = FAS(site, self, 'login/fas', 'login/fas.html')
+ self.page = FAS(site, self, 'login/fas')
return self.page