aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/dispatch.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders/dispatch.html')
-rwxr-xr-xservo/templates/orders/dispatch.html12
1 files changed, 6 insertions, 6 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>