From 6bb44292f18e5d933ba90db9ef63c43abea60643 Mon Sep 17 00:00:00 2001 From: Kálmán Viktor <kviktor@cloud.bme.hu> Date: Tue, 10 Sep 2013 13:56:26 +0200 Subject: [PATCH] network: add missing whitespace --- circle/network/templates/network/domain-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/network/templates/network/domain-edit.html b/circle/network/templates/network/domain-edit.html index f97370a..879bcdd 100644 --- a/circle/network/templates/network/domain-edit.html +++ b/circle/network/templates/network/domain-edit.html @@ -7,7 +7,7 @@ {% block content %} <div class="page-header"> - <a href="{% url "network.domain_delete" pk=domain_pk %}" class="btn btn-danger pull-right"><i class="icon-remove-sign"></i>{% trans "Delete this domain" %}</a> + <a href="{% url "network.domain_delete" pk=domain_pk %}" class="btn btn-danger pull-right"><i class="icon-remove-sign"></i> {% trans "Delete this domain" %}</a> <h2>{{ form.name.value }} <small></small></h2> </div> -- libgit2 0.26.0