diff --git a/db.sqlite3 b/db.sqlite3 index 4d79c07..dd31c09 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/sheets/templates/clients_table.html b/sheets/templates/clients_table.html index 9fd835c..c79b444 100644 --- a/sheets/templates/clients_table.html +++ b/sheets/templates/clients_table.html @@ -64,6 +64,7 @@ font-size: 14px; } .edit-btn { + background-color: #28a745; color: white; } diff --git a/sheets/templates/table_two.html b/sheets/templates/table_two.html index bb92e19..d9c6bdf 100644 --- a/sheets/templates/table_two.html +++ b/sheets/templates/table_two.html @@ -1,13 +1,14 @@ + - - - Helium Output - - - - - -
- - - ⇦ Go to Clients +
+ + + ⇦ Go to Clients -
- -

Helium Output

- - - - - -
- - - - - - - - - - - - - - + +

Helium Output

+ +
+ +
#IDClientEntry 1Entry 2Date JoinedActions
+ + {% for entry in entries_table2 %} - - - - - - - - + + + + + + + + {% endfor %} -
#IDClientDateWarmLHe AnlieferungLHe AusgabeCommentsActions
{{ forloop.counter }}{{ entry.id }}{{ entry.client.name }}{{ entry.age }}{{ entry.email }}{{ entry.date_joined }} - - -
{{ forloop.counter }}{{ entry.id }}{{ entry.client.name }}{{ entry.age }}{{ entry.email }}{{ entry.date_joined }} + + +
-
-
+ + - - + + + + - - - - - - \ No newline at end of file