Remove pagewrap from page template.
This commit is contained in:
parent
92d935a0aa
commit
826a2118da
|
@ -14,7 +14,6 @@
|
||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
|
|
||||||
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %}
|
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %}
|
||||||
<div id="pagewrap">
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="glitch" data-text="{{ title }}">{{ title }}</h1>
|
<h1 class="glitch" data-text="{{ title }}">{{ title }}</h1>
|
||||||
<div class="subtitle">
|
<div class="subtitle">
|
||||||
|
@ -39,6 +38,5 @@
|
||||||
<script type="text/javascript">{% raw %}
|
<script type="text/javascript">{% raw %}
|
||||||
ready();
|
ready();
|
||||||
{% endraw %}</script>
|
{% endraw %}</script>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue