diff options
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-x | servo/templates/orders/dispatch.html | 12 | ||||
-rwxr-xr-x | servo/templates/orders/notes.html | 2 | ||||
-rwxr-xr-x | servo/templates/orders/products.html | 2 |
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> |