aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-xservo/templates/orders/dispatch.html12
-rwxr-xr-xservo/templates/orders/notes.html2
-rwxr-xr-xservo/templates/orders/products.html2
3 files changed, 8 insertions, 8 deletions
diff --git a/servo/templates/orders/dispatch.html b/servo/templates/orders/dispatch.html
index f7ea0fb..41126c7 100755
--- a/servo/templates/orders/dispatch.html
+++ b/servo/templates/orders/dispatch.html
@@ -89,12 +89,12 @@
</tfoot>
</table>
</fieldset>
- </div>
- </div>
- <div class="form-actions">
- <div class="pull-right">
- <a class="btn btn-default" href="{{ order.get_absolute_url }}">{% trans "Cancel" %}</a>
- <button type="submit" class="btn btn-primary">{% trans "Dispatch" %}</button>
+ <div class="form-actions">
+ <div class="pull-right">
+ <a class="btn btn-default" href="{{ order.get_absolute_url }}">{% trans "Cancel" %}</a>
+ <button type="submit" class="btn btn-primary">{% trans "Dispatch" %}</button>
+ </div>
+ </div>
</div>
</div>
</form>
diff --git a/servo/templates/orders/notes.html b/servo/templates/orders/notes.html
index 06cc61d..0e59e81 100755
--- a/servo/templates/orders/notes.html
+++ b/servo/templates/orders/notes.html
@@ -5,7 +5,7 @@
{% if not order.notes %}
<div class="row-fluid">
- <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any notes." %}</h3></div>
+ <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any notes" %}</h3></div>
</div>
{% endif %}
diff --git a/servo/templates/orders/products.html b/servo/templates/orders/products.html
index 72540ab..e8185af 100755
--- a/servo/templates/orders/products.html
+++ b/servo/templates/orders/products.html
@@ -83,7 +83,7 @@
{% endwith %}
{% empty %}
<div class="row-fluid">
- <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any products." %}</h3></div>
+ <div class="span12 well empty"><h3 class="muted">{% trans "Order doesn't contain any products" %}</h3></div>
</div>
{% endfor %}
</tbody>