Commit f4c92c1c by Damien Moulard

change settings example

parent 9e7f5b76
Pipeline #802 failed with stage
in 11 seconds
......@@ -14,7 +14,6 @@ https://docs.djangoproject.com/en/1.8/ref/settings/
import os
from .settings_secret import *
from .texts.cagette import *
from .config import *
from .customized_errors_filter import *
......
......@@ -74,7 +74,6 @@ function clean_local_storage() {
// Remove from local storage
localStorage.removeItem("order_" + uptodate_order.id);
// Evolution: remove order's group too
// Evolution: warn user (order modified elsewhere, local data has been deleted)
found = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment