[SCM] live-studio branch, master, updated. 178412903b78ac9196214b42bfe241d5a20bb5ec
Chris Lamb
lamby at debian.org
Sun Aug 1 03:54:41 UTC 2010
The following commit has been merged in the master branch:
commit 178412903b78ac9196214b42bfe241d5a20bb5ec
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jul 31 23:53:13 2010 -0400
Make messages a bit more obvious (but uglier)
diff --git a/templates/base.html b/templates/base.html
index f070da6..3f7410a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,16 +10,16 @@
<h1 id="title"><a href="{% url static:welcome %}">Debian Live Studio</a></h1>
<h2 id="subtitle"><a href="{% url static:welcome %}">Live Debian systems!</a></h2>
+<div id="body">
+
{% if messages %}
-<ul>
+<ul style="list-style: none">
{% for message in messages %}
- <li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li>
+ <li class="{{ message.tags }}" style="border: 5px black solid; background-color: yellow; padding: 1em">{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
-<div id="body">
-
{% if request.user.is_authenticated %}
<div class="actions" style="float: right">
<p><a href="{% url config:configs %}">Home</a>
--
live-studio
More information about the debian-live-changes
mailing list