fix up styles in header for this particular use case
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
|
|
||||||
<%namespace name='static' file='../static_content.html'/>
|
<%namespace name='static' file='../static_content.html'/>
|
||||||
|
|
||||||
|
%if not user_logged_in:
|
||||||
|
<%block name="bodyclass">
|
||||||
|
not-signedin
|
||||||
|
</%block>
|
||||||
|
%endif
|
||||||
|
|
||||||
<%block name="content">
|
<%block name="content">
|
||||||
<section class="container activation">
|
<section class="container activation">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user