diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 283: Change placeholder text in the me page

Message ID 20111109192616.3833.63839.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 9, 2011, 7:26 p.m. UTC
------------------------------------------------------------
revno: 283
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Wed 2011-11-09 00:55:06 +0100
message:
  Change placeholder text in the me page
modified:
  lava_server/templates/me.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== 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 %}