home.html 300 B

12345678
  1. {% extends 'base.html' %}
  2. {% block content %}
  3. <ul>
  4. <li><a href="{% url 'platformrunning:service_create' %}">Create a Service</a></li>
  5. {% comment %} <li><a href="{% url 'platformrunning:service_connect' %}">Connect to the Service</a></li>{% endcomment %}
  6. </ul>
  7. {% endblock %}