Add lost password recovery
This commit is contained in:
10
templates/_js_editor.html
Normal file
10
templates/_js_editor.html
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<script src="{{ url_for('static', filename='simplemde.min.js') }}"></script>
|
||||
|
||||
<script>
|
||||
new SimpleMDE({
|
||||
element: document.getElementById("editeurMarkdown"),
|
||||
spellChecker: true,
|
||||
});
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user