소스 검색

HUE-7149 [presentation] Missing common share import in Hue 3

Enrico Berti 8 년 전
부모
커밋
c1929965f6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      desktop/libs/notebook/src/notebook/templates/notebook.mako

+ 2 - 1
desktop/libs/notebook/src/notebook/templates/notebook.mako

@@ -14,7 +14,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 <%!
-  from desktop.views import commonheader, commonfooter
+  from desktop.views import commonheader, commonfooter, commonshare
   from desktop import conf
   from django.utils.translation import ugettext as _
 %>
@@ -27,6 +27,7 @@
 
 %if not is_embeddable:
 ${ commonheader(_('Notebook'), app_name, user, request, "68px") | n,unicode }
+${ commonshare() | n,unicode }
 %endif
 
 <span id="notebookComponents" class="notebook">