8 lines
188 B
HTML
8 lines
188 B
HTML
<%! from django.core.urlresolvers import reverse %>
|
|
% if user.is_authenticated():
|
|
<div class="wrapper-sock wrapper">
|
|
<section class="sock">
|
|
<h2>Sock!</h2>
|
|
</section>
|
|
</div>
|
|
% endif |