add: profile motivational header setting

This commit is contained in:
trisua 2025-04-19 14:52:33 -04:00
parent bc57782bfe
commit 2266afde01
4 changed files with 28 additions and 11 deletions

View file

@ -1,7 +1,8 @@
{% extends "profile/base.html" %} {% block content %} {% if
profile.settings.enable_questions and user %}
<div style="display: contents">
{{ components::create_question_form(receiver=profile.id) }}
{{ components::create_question_form(receiver=profile.id,
header=profile.settings.motivational_header) }}
</div>
{% endif %} {% if pinned|length != 0 %}
<div class="card-nest">