[SCM] live-studio branch, master, updated. 7361fce2bd4768e89038b7817e9a7700a4e7caa0
Chris Lamb
lamby at debian.org
Sun Aug 1 18:42:45 UTC 2010
The following commit has been merged in the master branch:
commit 2f5e1edd99765c7c42830223f811196a748dc443
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 14:38:47 2010 -0400
Rename 'Configurations' to 'My configurations'
diff --git a/templates/base.html b/templates/base.html
index 31298f1..927bb22 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,7 +25,7 @@
<div id="navbar">
<ul>
{% if request.user.is_authenticated %}
- <li><a href="{% url config:configs %}">Configurations</a></li>
+ <li><a href="{% url config:configs %}">My configurations</a></li>
{% else %}
<li><a href="{% url static:welcome %}">Home</a></li>
{% endif %}
diff --git a/templates/config/add.html b/templates/config/add.html
index ea900f8..a35dea6 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block breadcrumbs %}
-{{ block.super }} » <a href="{% url config:configs %}">Configurations</a> » Add new configuration
+{{ block.super }} » <a href="{% url config:configs %}">My configurations</a> » Add new configuration
{% endblock %}
{% block content %}
diff --git a/templates/config/configs.html b/templates/config/configs.html
index f4ac578..ca1ac8f 100644
--- a/templates/config/configs.html
+++ b/templates/config/configs.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block breadcrumbs %}
-{{ block.super }} » Configurations
+{{ block.super }} » My configurations
{% endblock %}
{% block content %}
diff --git a/templates/config/edit.html b/templates/config/edit.html
index 71850ed..f76aec5 100644
--- a/templates/config/edit.html
+++ b/templates/config/edit.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block breadcrumbs %}
-{{ block.super }} » <a href="{% url config:configs %}">Configurations</a> » <em><a href="{{ config.get_absolute_url }}">{{ config.name }}</a></em> » Edit
+{{ block.super }} » <a href="{% url config:configs %}">My configurations</a> » <em><a href="{{ config.get_absolute_url }}">{{ config.name }}</a></em> » Edit
{% endblock %}
{% block content %}
diff --git a/templates/config/view.html b/templates/config/view.html
index a60119d..0d0b34d 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block breadcrumbs %}
-{{ block.super }} » <a href="{% url config:configs %}">Configurations</a> » <em>{{ config.name }}</em>
+{{ block.super }} » <a href="{% url config:configs %}">My configurations</a> » <em>{{ config.name }}</em>
{% endblock %}
{% block content %}
--
live-studio
More information about the debian-live-changes
mailing list