aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/dispatch.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-30 02:08:19 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-30 02:08:19 +0300
commit4194e8ee556f3109057fab0afb7894927b52713e (patch)
tree996cb5de38706b07bb24f519d868b29da54c0b67 /servo/templates/orders/dispatch.html
parent03326a06e12de1af575c8e4b2de7e3824f6eaace (diff)
downloadServo-4194e8ee556f3109057fab0afb7894927b52713e.tar.gz
Servo-4194e8ee556f3109057fab0afb7894927b52713e.tar.bz2
Servo-4194e8ee556f3109057fab0afb7894927b52713e.zip
Cleanup
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>