docs: add example for login flow

This commit is contained in:
Jens Langhammer
2020-06-05 17:29:08 +02:00
parent 0c5aff21bc
commit 6a7ffa855e
13 changed files with 51 additions and 10 deletions

View File

@ -62,6 +62,8 @@
<ul>
{% for flow in stage.flow_set.all %}
<li><a href="{% url 'passbook_admin:flow-update' pk=flow.pk %}">{{ flow.slug }}</a></li>
{% empty %}
<li>-</li>
{% endfor %}
</ul>
</td>