docs: add outpost deployment docs, link in outposts list

This commit is contained in:
Jens Langhammer
2020-09-13 22:20:17 +02:00
parent a8744f443c
commit bb4e39aab6
5 changed files with 128 additions and 17 deletions

View File

@ -69,6 +69,7 @@
<td>
<a class="pf-c-button pf-m-secondary" href="{% url 'passbook_admin:outpost-update' pk=outpost.pk %}?back={{ request.get_full_path }}">{% trans 'Edit' %}</a>
<a class="pf-c-button pf-m-danger" href="{% url 'passbook_admin:outpost-delete' pk=outpost.pk %}?back={{ request.get_full_path }}">{% trans 'Delete' %}</a>
<a href="https://passbook.beryju.org/outposts/outposts/#deploy">{% trans 'Deploy' %}</a>
</td>
</tr>
{% endfor %}