TIA - Advanced Twitter stalker

{{ form.hidden_tag() }}
{{ form.username.label(class="form-control-label w-50") }} {% if form.username.errors %} {{ form.username(class="form-control form-control-lg is-invalid") }}
{% for error in form.username.errors %} {{ error }} {% endfor %}
{% else %} {{ form.username(class="form-control form-control-lg") }} {% endif %}
{{ form.language.label }} {{ form.language }}
{{ form.submit(class="btn btn-outline-primary") }}

Created by Ümit Kaan Usta with ❤
Give it a star on GitHub!

Fill the form below to be notified about upcoming updates and releases
Go to the form