features prompt fix

This commit is contained in:
Senko Rasic
2024-05-24 22:15:24 +02:00
parent 9171491a32
commit d8e31fd1ff

View File

@@ -3,7 +3,7 @@
Here is the list of features that were previously implemented on top of initial high level description of "{{ state.branch.project.name }}":
```
{% for feature in state.epics[1:-1] %}
- {{ loop.index0 }}. {{ feature.description }}
- {{ loop.index }}. {{ feature.description }}
{% endfor %}
```
{% endif %}