Skip to content
Snippets Groups Projects
Commit 50cfeb8f authored by Tomi Valentová's avatar Tomi Valentová
Browse files

finish forms

parent 9df4fda2
Branches
No related tags found
1 merge request!29Feat/redesign
Pipeline #18961 passed
majak_uistyleguide/static/images/captcha.png

7.48 KiB

<div class="flex gap-3 w-full">
<img
src="/static/images/captcha.png"
alt="Captcha obrázek"
>
{% include "patterns/atoms/form_fields/form_input.html" with placeholder=placeholder label='' hint='' extra_classes='lg:!w-full' %}
</div>
\ No newline at end of file
context:
placeholder: 'Kód z obrázku'
\ No newline at end of file
context:
placeholder: 'Pirát Pepa'
hint: 'Hlavně žádné osobní údaje.'
placeholder: ''
hint: ''
name: 'example'
is_required: true
is_required: false
extra_classes: ''
label: 'Jméno'
\ No newline at end of file
label: ''
\ No newline at end of file
{% extends "patterns/atoms/form_fields/form_input.html" %}
\ No newline at end of file
context:
label: 'Jméno'
placeholder: 'Pirát Pepa'
hint: 'Hlavně žádné osobní údaje.'
id: 'name_1'
\ No newline at end of file
......@@ -3,7 +3,7 @@
<main role="main" class="mb-10 xl:mb-32">
<div class="container--wide flex flex-col gap-8 mb-2 lg:mb-12">
{% include "patterns/atoms/form_fields/form_input.html" %}
{% include "patterns/atoms/form_fields/form_text.html" %}
{% include "patterns/atoms/form_fields/form_date.html" %}
{% include "patterns/atoms/form_fields/form_datetime.html" %}
{% include "patterns/atoms/form_fields/form_email.html" %}
......@@ -13,6 +13,7 @@
{% include "patterns/atoms/form_fields/form_multiselect.html" %}
{% include "patterns/atoms/form_fields/form_textarea.html" %}
{% include "patterns/atoms/form_fields/form_checkbox.html" %}
{% include "patterns/atoms/form_fields/form_captcha.html" %}
{% comment %}
{% if field.widget_type == "select" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment