Merge branch 'feature-newstyles' into develop
[snf-cloudcms] / cloudcms / templates / cms / base.html
index 084eb96..a947c70 100644 (file)
@@ -28,6 +28,7 @@
   {% endblock css %}
 
   {% block headjs %}
+      <script src="https://www.youtube.com/iframe_api"></script>
       <script src="{{ MEDIA_URL }}cloudcms/js/jquery-1.7.1.min.js"></script>
       <script src="{{ MEDIA_URL }}cloudcms/js/underscore.js"></script>
       <script src="{{ MEDIA_URL }}cloudcms/js/jquery.infieldlabel.js"></script>
                        {% endif %}
                    </div>
                <div class="navigation">
+              {% if feincms_page.featured and APP.accounts_url %}
+                  <a class="prompt" href="{{ APP.accounts_url }}">create an account now ></a>
+              {% endif %}
                    <ul>
                        {% block page.nav %}
                            {% feincms_navigation of feincms_page as sublevel level=2,depth=1 %}