mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:44:13 +00:00
[repo_transfer_success] bugfix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
{% block extra_script %}
|
||||
<script type="text/javascript">
|
||||
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name}}" + '</span>'));
|
||||
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name|escapejs}}" + '</span>'));
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user