From 69c320cbef2c205cd89f5802b1915c144d686604 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 26 2016 08:30:58 +0000 Subject: Fix HTML indentation and fix re-ordering the widget in a hub in edit mode --- diff --git a/hubs/templates/hubs.html b/hubs/templates/hubs.html index 1813be1..5d3891b 100644 --- a/hubs/templates/hubs.html +++ b/hubs/templates/hubs.html @@ -98,7 +98,8 @@ if category == 'error' %}alert-warning{% else %}alert-info{% endif %} alert-dismissible" role="alert"> - @@ -139,7 +140,8 @@ {% else %}
- Save changes + + Save changes
{% endif %} @@ -182,8 +184,7 @@

- Add a widget + Add a widget

@@ -205,8 +206,7 @@

- Add a widget + Add a widget

@@ -249,7 +249,7 @@ function make_widget_sortable() { Sortable.create(byId('right_widgets'), { animation: 150, draggable: '.widget', - handle: '.panel', + handle: '.card', }); };