From d9c04a65f953446a317f0ac792c3babeb64de707 Mon Sep 17 00:00:00 2001 From: Mr McClain Date: Mon, 4 Apr 2016 16:51:08 -0500 Subject: [PATCH] fixed indentation --- .../registered/operationmanagement.html | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/stock/templates/registered/operationmanagement.html b/stock/templates/registered/operationmanagement.html index 28f25918..a878d4b8 100644 --- a/stock/templates/registered/operationmanagement.html +++ b/stock/templates/registered/operationmanagement.html @@ -31,42 +31,42 @@ Form Up Location Start Time Local Time - Duration + Duration FC - Details - Post Time + Details + Post Time {% if perms.auth.optimer_management %} - Creator + Creator Action {% endif %} {% for ops in optimer %} - - {{ ops.operation_name }} - {{ ops.doctrine }} - - {{ ops.system }} - - {{ ops.location }} - {{ ops.start | date:"Y-m-d H:i" }} -
+ + {{ ops.operation_name }} + {{ ops.doctrine }} + + {{ ops.system }} + + {{ ops.location }} + {{ ops.start | date:"Y-m-d H:i" }} +
{{ ops.duration }} - {{ ops.fc }} - {{ ops.details }} - {{ ops.post_time}} + {{ ops.fc }} + {{ ops.details }} + {{ ops.post_time}} {% if perms.auth.optimer_management %} - {{ ops.eve_character }} - + {{ ops.eve_character }} + - + - - + + {% endif %}