fix(api/locale): form submits to the same url

This commit is contained in:
Khaled Garbaya
2017-09-28 13:59:24 +02:00
committed by Benedikt Rötsch
parent 713f554609
commit d4e9f679e9

View File

@@ -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()')