From 7268d4eb00cfec30a479ef34a9aee3db84ada190 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 30 Apr 2020 15:44:52 +0200 Subject: [PATCH] correct indentation --- computers/templates/computers/computer_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computers/templates/computers/computer_details.html b/computers/templates/computers/computer_details.html index 09413b2..13c7ce9 100644 --- a/computers/templates/computers/computer_details.html +++ b/computers/templates/computers/computer_details.html @@ -152,5 +152,5 @@ - {% endif %} +{% endif %} {% endblock %}