From bf9b0e6669d4c62e0db59004e5ecd2ff281eff4e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 14 Aug 2020 14:59:15 +0100 Subject: working on adding list of existing systems to add system form --- .../caf/applicable_system_create_from_org.html | 54 ++++++++++++++-------- ctrack/caf/templates/caf/caf_detail.html | 2 +- 2 files changed, 35 insertions(+), 21 deletions(-) (limited to 'ctrack/caf/templates') diff --git a/ctrack/caf/templates/caf/applicable_system_create_from_org.html b/ctrack/caf/templates/caf/applicable_system_create_from_org.html index 0d0fcef..8a94155 100644 --- a/ctrack/caf/templates/caf/applicable_system_create_from_org.html +++ b/ctrack/caf/templates/caf/applicable_system_create_from_org.html @@ -1,31 +1,45 @@ {% extends "base.html" %} {% block title %} - Add a new system for {{ organisation }} + Add a new system for {{ organisation }} {% endblock title %} {% load crispy_forms_tags %} {% block content %} -
-
-
-

Add a new system for {{ organisation }}

-
-
-
-
- {% crispy form %} -
-
-
-
-
Help on Adding a new System
-

Here you can add some supplementary text if you like.

- Go somewhere -
+
+
+
+

Add a new system for {{ organisation }}

+
+
+
+
+ {% crispy form %} +
+
+
+
+
+
Help on Adding a new System
+

Here you can add some supplementary text if you like.

+ Go somewhere +
+
+
+
+
+
+
Other systems managed by {{ organisation.name }}:
+
    +
  • baws
  • +
  • baws
  • +
  • baws
  • +
+
+
+
+
-
-
{% endblock content %} diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html index 97ccad4..fc2fcfd 100644 --- a/ctrack/caf/templates/caf/caf_detail.html +++ b/ctrack/caf/templates/caf/caf_detail.html @@ -79,7 +79,7 @@ {% endfor %} {% else %} - Add + Add new... {% endif %} -- cgit v1.2.3