Linking social media on profile

This commit is contained in:
Michał Gdula 2023-06-25 19:49:17 +00:00
parent 2b5daa78b7
commit dda7d1087b
8 changed files with 132 additions and 20 deletions

View file

@ -11,7 +11,7 @@
type="{{ type }}"
name="{{ name }}"
id="{{ id }}"
value="{{ value }}"
{% if value %}value="{{ value }}"{% endif %}
{% if required %}required{% endif %}
minlength="{{ minlength }}"
>