Fix little bug in confim sample
This commit is contained in:
parent
4e4bc2e743
commit
52fa9a604f
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ session_enabled=True
|
||||||
|
|
||||||
cookie_name = 'cuchulu.session'
|
cookie_name = 'cuchulu.session'
|
||||||
|
|
||||||
domain_url='http://localhost:5000
|
domain_url='http://localhost:5000'
|
||||||
|
|
||||||
portal_email='Portal name'
|
portal_email='Portal name'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
||||||
name = "cuchulu"
|
name = "cuchulu"
|
||||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@cuchulu.com"}]
|
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@cuchulu.com"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "1.0.39"
|
version = "1.0.39.1"
|
||||||
description = "A simple framework using bottle and mako"
|
description = "A simple framework using bottle and mako"
|
||||||
# dynamic = ["version", "description"]
|
# dynamic = ["version", "description"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue