Fix bug with rename feature to also delete old page

This commit is contained in:
Alvin Chow 2015-09-27 16:14:34 -07:00
parent 459a9c2c59
commit fdf482d14b
2 changed files with 9 additions and 3 deletions

View file

@ -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 %}