[extensions-web/django/upgrade-1.8] templates: added missing quotes
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/django/upgrade-1.8] templates: added missing quotes
- Date: Mon, 24 Oct 2016 21:24:49 +0000 (UTC)
commit 050fbffac2951d5701002660e51ca46a37e43ac7
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Tue Oct 25 00:15:58 2016 +0300
templates: added missing quotes
sweettooth/review/templates/review/review.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/templates/review/review.html b/sweettooth/review/templates/review/review.html
index 9ed0b9e..507bbfc 100644
--- a/sweettooth/review/templates/review/review.html
+++ b/sweettooth/review/templates/review/review.html
@@ -74,7 +74,7 @@
{% if ver.version == version.version %}
<span class="current_version extension-status {{ ver.get_status_class }}">{{
ver.get_status_display }}</span>
{% else %}
- <a class="extension-status {{ ver.get_status_class }}" href="{% url review-version pk=ver.pk
%}">{{ ver.get_status_display }}</a>
+ <a class="extension-status {{ ver.get_status_class }}" href="{% url 'review-version' pk=ver.pk
%}">{{ ver.get_status_display }}</a>
{% endif %}
</td>
</tr>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]