furmeet-bot/webproj/templates/terms.haml

17 lines
525 B
Plaintext

- extends 'base.haml'
- block 'title'
Terms of Service | {{ block.super }}
- block 'headerText'
Terms of Service
- block 'content'
- with request.GET.lang|default:'en' as lang
%form
%select.db.w100{'name': "lang", 'onchange': "this.parentNode.submit()"}
%option(value="") Select language
%option(value="en") English
%option(value="pt") Português
- with "terms_"|add:lang|add:".haml" as langtemplate
- include langtemplate