fix(api/locale): form submits to the same url
This commit is contained in:
committed by
Benedikt Rötsch
parent
713f554609
commit
d4e9f679e9
@@ -13,7 +13,7 @@ html
|
||||
img(src='/images/logo.png' alt='Contentful University')
|
||||
section.header__navarea
|
||||
section.header__controls
|
||||
form(action="." method="get")
|
||||
form(action="" method="get")
|
||||
fieldset
|
||||
label(for='api') API type:
|
||||
select(name='api' onChange='this.form.submit()')
|
||||
|
||||
Reference in New Issue
Block a user