edit_network.html 483 B

12345678910
  1. {% extends "rotbot/network_form.html" %}
  2. {% block formtag %}{% url 'rotbot:edit_network' network_slug %}{% endblock formtag %}
  3. {% block buttons %}
  4. <a class="ui right floated inverted negative button" href="{% url 'rotbot:delete_network' network_slug %}">
  5. <i class="trash alternate icon"></i>Delete
  6. </a>
  7. <a class="ui right floated inverted basic negative button" href="{% url 'rotbot:network' network_slug %}">
  8. <i class="hand point left icon"></i>Back
  9. </a>
  10. {% endblock buttons %}