Fix bug with rename feature to also delete old page
This commit is contained in:
parent
459a9c2c59
commit
fdf482d14b
2 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,8 @@
|
|||
<script>
|
||||
var Commit = {};
|
||||
Commit.info = {{ info|tojson }};
|
||||
|
||||
var PAGE_NAME = '{{ name }}';
|
||||
</script>
|
||||
<script src="{{ url_for('static', filename='js/editor.js') }}"></script>
|
||||
|
||||
|
@ -169,4 +171,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue