Message ID | 20111109192616.3833.63839.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/templates/me.html' --- lava_server/templates/me.html 2011-10-27 23:25:01 +0000 +++ lava_server/templates/me.html 2011-11-08 23:55:06 +0000 @@ -1,6 +1,7 @@ {% extends "layouts/content_with_sidebar.html" %} {% load i18n %} + {% block sidebar %} <h3>{% trans "Actions" %}</h3> <ul> @@ -12,6 +13,7 @@ {% endblock %} {% block content %} -<h2>Welcome</h2> -<p>This is a placeholder for more interesting content</p> +<h2>Hi {{ user.first_name }}</h2> +<p>This is where more interesting things about your actions will show up, +eventually</p> {% endblock %}