Modal wip

This commit is contained in:
Matthew Mongeau
2012-06-21 10:38:33 -04:00
parent 6dd47547c7
commit 67487f8ad2
2 changed files with 4 additions and 3 deletions

View File

@@ -53,8 +53,5 @@
<article></article>
</section>
</section>
<%include file="login_modal.html" />
</section>
</section>

View File

@@ -49,3 +49,7 @@
%endif
</section>
</header>
%if not user.is_authenticated():
<%include file="login_modal.html" />
%endif