[damned-lies] Updated view name parameter
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Updated view name parameter
- Date: Tue, 28 Feb 2017 20:29:55 +0000 (UTC)
commit 1b9e02219510b4041a0c8ad28361b3c941b93a70
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Feb 28 21:29:14 2017 +0100
Updated view name parameter
templates/module_detail.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/module_detail.html b/templates/module_detail.html
index b01ad88..f9f3852 100644
--- a/templates/module_detail.html
+++ b/templates/module_detail.html
@@ -83,7 +83,7 @@ $(document).ready(function() {
<p>
<strong>{% trans "Branches:" %}</strong>
{% if can_edit_branches %}
- <a href="{% url 'stats.views.module_edit_branches' module.name %}"><img src="{{ STATIC_URL
}}img/edit.png" alt="Edit" /></a>
+ <a href="{% url 'module_edit_branches' module.name %}"><img src="{{ STATIC_URL }}img/edit.png"
alt="Edit" /></a>
{% endif %}
{% for branch in branches %}
{% if forloop.counter != 1 %} - {% endif %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]