Explorar o código

change modal name

huaisianhuang %!s(int64=4) %!d(string=hai) anos
pai
achega
9fe9ef84f2

+ 1 - 1
backstage/templates/collections.html

@@ -25,7 +25,7 @@
   <div class="modal-dialog" role="document">
     <div class="modal-content">
       <div class="modal-header">
-        <h5 class="modal-title" id="createModalLabel">Create new content</h5>
+        <h5 class="modal-title" id="createModalLabel">新增文章</h5>
       </div>
       <form action="{{ url_for('collections.create') }}" method="POST" enctype="multipart/form-data">
         <div class="form-group">

+ 1 - 1
backstage/templates/tables/editor_table.html

@@ -20,7 +20,7 @@
     <div class="modal-dialog" role="document">
       <div class="modal-content">
         <div class="modal-header">
-          <h5 class="modal-title" id="createModalLabel">Create new content</h5>
+          <h5 class="modal-title" id="createModalLabel">新增文章</h5>
         </div>
         {% block modal_body %}{% endblock %}
       </div>