1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Update view_file_via_onlyoffice.html

This commit is contained in:
TMHBOFH
2017-05-22 13:36:30 +02:00
committed by GitHub
parent ae5a270fbc
commit 20cabcac6a

View File

@@ -1,5 +1,10 @@
{% load seahub_tags %} {% load seahub_tags %}
<head>
<title>{{doc_title}}</title>
<link rel="icon" href="{{ MEDIA_URL }}{{ favicon_path }}" />
</head>
{% block main_content %} {% block main_content %}
<div id="placeholder"></div> <div id="placeholder"></div>
{% endblock %} {% endblock %}