Bläddra i källkod

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

Enrico Berti 8 år sedan
förälder
incheckning
c1929965f6
1 ändrade filer med 2 tillägg och 1 borttagningar
  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">