mirror of
https://github.com/Yubico/yubiadmin.git
synced 2025-02-26 23:54:26 +01:00
Fixed broken server.
This commit is contained in:
parent
b9fe736037
commit
3588070168
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
* Version 0.1.4 (released 2013-06-05)
|
||||
|
||||
* Bugfix release: Fixed YubiAuth user creation broken in last release.
|
||||
|
||||
* Version 0.1.3 (released 2013-06-05)
|
||||
|
||||
* Added YubiX system app.
|
||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ from release import release
|
||||
|
||||
setup(
|
||||
name='yubiadmin',
|
||||
version='0.1.3',
|
||||
version='0.1.4',
|
||||
author='Dain Nilsson',
|
||||
author_email='dain@yubico.com',
|
||||
maintainer='Yubico Open Source Maintainers',
|
||||
|
@ -107,7 +107,7 @@ class YubiAdmin(object):
|
||||
module=module,
|
||||
section=section,
|
||||
title='YubiAdmin - %s - %s' % (module_name, section_name),
|
||||
page=getattr(app, section_name)(request)
|
||||
page=resp
|
||||
)
|
||||
|
||||
application = YubiAdmin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user