diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 23:33:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 23:33:54 +0100 |
commit | acc617fc3efb32e1538bd17b861a858e0d845fd9 (patch) | |
tree | 044f34571298cc4fc53b186febb86294bfe22ebf /ishtar_common/templates | |
parent | 12a1f034093f5a35946453fa3645bd9c5d2d6b6b (diff) | |
download | Ishtar-acc617fc3efb32e1538bd17b861a858e0d845fd9.tar.bz2 Ishtar-acc617fc3efb32e1538bd17b861a858e0d845fd9.zip |
Typo fix
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/manage_basket.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/manage_basket.html b/ishtar_common/templates/ishtar/manage_basket.html index 64793c46d..de17f3ad7 100644 --- a/ishtar_common/templates/ishtar/manage_basket.html +++ b/ishtar_common/templates/ishtar/manage_basket.html @@ -4,7 +4,10 @@ <h2>{{page_name}}{% trans ":"%} {{basket}}</h2> <form enctype="multipart/form-data" action="." method="post">{% csrf_token %} <div class='form'> -<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {% trans 'Checking "Select all" only select the current page.' %}</p> +<p class='alert'> + <i class="fa fa-exclamation-triangle" aria-hidden="true"></i> + {% trans 'Checking "Select all" only selects the current page.' %} +</p> {{form}} <button id='add_to' onclick='return false'>{% trans "Add" %}</button> <h3>{% trans "Basket content" %}</h3> |