Browse Source

Fix: replace_reset_password_templates except KeyErro too

Bastien Sevajol (Algoo) 8 years ago
parent
commit
2f461211fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tracim/tracim/lib/utils.py

+ 2 - 0
tracim/tracim/lib/utils.py View File

@@ -39,3 +39,5 @@ def replace_reset_password_templates(engines):
39 39
             )
40 40
     except IndexError:
41 41
         pass
42
+    except KeyError:
43
+        pass