Commit 47e06692 by Matthew Mongeau

Use details on dashboard.

parent e00b7cb2
......@@ -12,16 +12,16 @@
<img src="${static.url('images/profile.jpg')}" />
</div>
<section class="info">
<h2>SpaceMan024</h2>
<h2>${ user.username }</h2>
<ul>
<li>
<h3>Email: <span>neil@planetarium.com</span></h3>
<h3>Email: <span>${ user.email }</span></h3>
</li>
<li>
<h3>Location: <span>New York, NY</span></h3>
<h3>Location: <span>${ user.profile.location }</span></h3>
</li>
<li>
<h3>Language: <span>English</span></h3>
<h3>Language: <span>${ user.profile.language }</span></h3>
</li>
</ul>
</section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment