mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 20:16:04 +01:00
bad expo pages format
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
{% block extrahead %}{% endblock %}
|
{% block extrahead %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
{% block toolbar %}
|
||||||
|
{% if troggle %}{% include 'troggletoolbar.html' %}{% endif %}
|
||||||
|
{% endblock %}
|
||||||
<body {% block bodyattrs %}{% endblock %}>
|
<body {% block bodyattrs %}{% endblock %}>
|
||||||
{% if troggle %}
|
|
||||||
{% include 'troggletoolbar.html' %}
|
|
||||||
{% endif %}
|
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+3
-14
@@ -2,22 +2,11 @@
|
|||||||
{% extends "expobase.html" %}
|
{% extends "expobase.html" %}
|
||||||
{% block title %}{{ title }}{% endblock %}
|
{% block title %}{{ title }}{% endblock %}
|
||||||
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
|
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
|
||||||
{% if troggle %}
|
{% if troggle %}
|
||||||
<style>
|
|
||||||
h2#tophead {
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
margin-right: -22px;
|
|
||||||
margin-left: 0px;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
margin-top: 30px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% block body %}
|
||||||
|
|
||||||
{{ body|safe }}
|
{{ body|safe }}
|
||||||
|
|
||||||
{% if homepage %}
|
{% if homepage %}
|
||||||
|
|||||||
Reference in New Issue
Block a user