[Educative/Skill] Ne pas afficher "in a none position" dans la description d'un skill #54

Closed
opened 2022-10-16 09:48:15 +02:00 by Sulley · 1 comment
Owner

Ne pas afficher "in a none position" dans la description d'un skill (skills/details)

                <p>From <a href="#">{{ skill.departure }}</a>,
                    {% if skill.rotation %}
                        <a href="#">{{ skill.rotation }}</a> quart of <a href="#">{{ skill.get_rotation_type_display }}</a> rotation
                    {% else %}
                        straight jump
                    {% endif %}
                    {% if skill.twist %}
                        with <a href="#">{{ skill.twist }} half-twist</a>
                    {% endif %}
                    {% if skill.get_position_display %}
                        in a <a href="#">{{ skill.get_position_display }}</a> position
                    {% endif %}
                    , landing on <a href="#">{{ skill.landing }}</a>.
                </p>
Ne pas afficher "in a none position" dans la description d'un skill (skills/details) ``` <p>From <a href="#">{{ skill.departure }}</a>, {% if skill.rotation %} <a href="#">{{ skill.rotation }}</a> quart of <a href="#">{{ skill.get_rotation_type_display }}</a> rotation {% else %} straight jump {% endif %} {% if skill.twist %} with <a href="#">{{ skill.twist }} half-twist</a> {% endif %} {% if skill.get_position_display %} in a <a href="#">{{ skill.get_position_display }}</a> position {% endif %} , landing on <a href="#">{{ skill.landing }}</a>. </p> ```
Sulley changed title from [Skill] Ne pas afficher "in a none position" dans la description d'un skill to [Educative/Skill] Ne pas afficher "in a none position" dans la description d'un skill 2022-10-17 08:27:52 +02:00
Sulley added the
improvement
label 2022-10-19 11:51:14 +02:00
Author
Owner

Apparemment, cette situation ne se présente plus... :-/

Apparemment, cette situation ne se présente plus... :-/
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sulley/Ultron#54
No description provided.