add: profile motivational header setting
This commit is contained in:
parent
bc57782bfe
commit
2266afde01
4 changed files with 28 additions and 11 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue