# a mode you'd pass directly to os.chmod.
FILE_UPLOAD_PERMISSIONS = 0o644
-
+# MAX_UPLOAD_SIZE = 429916160
#############
# DATABASES #
height: 2px;
border: 0;
border-top: 2px solid #000;
- margin: 1em 0;
+ margin: 0em 0em 1em 0em;
padding: 0;
}
<script src="{% static "js/respond.min.js" %}"></script>
<![endif]-->
-<script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v2.4&appId=348560078520326";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));
-</script>
-
{% block extra_head %}{% endblock %}
</head>
<a href="{{ page.get_absolute_url }}"
{% if page.has_children_in_menu %}
class="dropdown-toggle disabled" data-toggle="dropdown"
- {% endif %}>
+ {% endif %}
+ {% if page.content_model == 'link'%} target="_blank"{% endif %}>
{{ page.title }}
{% if page.has_children_in_menu %}<b class="caret"></b>{% endif %}
</a>
<li class="{% if page.has_children_in_menu %}dropdown-submenu{% endif %}
{% if page.is_current_or_ascendant %}active{% endif %}"
id="{{ page.html_id }}">
- <a href="{{ page.get_absolute_url }}">{{ page.title }}</a>
+ <a href="{{ page.get_absolute_url }}"{% if page.content_model == 'link'%} target="_blank"{% endif %}>{{ page.title }}</a>
{% if page.has_children_in_menu %}{% page_menu page %}{% endif %}
</li>
{% endif %}