Merge pull request #5832 from expsa/ENS-3799
[FIX] odex_benefit: translation file & signup route
This commit is contained in:
commit
5df1289c93
|
|
@ -7,7 +7,7 @@ import random
|
|||
|
||||
class CreatePortalAccount(http.Controller):
|
||||
|
||||
@http.route('/create/portal/account', type="http", auth="public", csrf=False, methods=['POST'])
|
||||
@http.route('/create/portal/account', type="http", auth="public", csrf=False, methods=['POST'], website=True)
|
||||
def create_portal_account(self, **kw):
|
||||
try:
|
||||
data = {}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue