{% extends 'base.html' %} {% load i18n %} {% load widget_tweaks %} {% block title %}{% trans "Other Information - Step 5" %}{% endblock %} {% block content %}

Anything else?

Is there anything else about you that you would like to share on your profile? Here is your place to share it. This is optional, you don’t have to.

{% csrf_token %}
{{ form.extra_text|add_class:"mt-2 w-full border border-body/10 focus:border-body/60 bg-bgColor rounded-lg p-3 outline-none"|attr:"placeholder:I got recognised for being..." }}
{% endblock %}