diff options
Diffstat (limited to 'tpl/views/form.pug')
-rw-r--r-- | tpl/views/form.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/form.pug b/tpl/views/form.pug index 5b24757..ca9e224 100644 --- a/tpl/views/form.pug +++ b/tpl/views/form.pug | |||
@@ -27,4 +27,4 @@ mixin view-form | |||
27 | +checkbox= 'I\'ve read and accept the terms and conditions' | 27 | +checkbox= 'I\'ve read and accept the terms and conditions' |
28 | 28 | ||
29 | +form-item('') | 29 | +form-item('') |
30 | +a-button(variant='primary')= 'Register' | 30 | +button(variant='primary')= 'Register' |