From c5c2fe43b7983bf2419d6522f2990d852912c23b Mon Sep 17 00:00:00 2001 From: Ole Laursen <olau@iola.dk> Date: Tue, 17 Apr 2012 16:24:10 +0000 Subject: [PATCH] Fix back link pointing to view that's now dead. - Legacy-Id: 4285 --- ietf/templates/wginfo/conclude.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/wginfo/conclude.html b/ietf/templates/wginfo/conclude.html index 664b07174..d233057c1 100644 --- a/ietf/templates/wginfo/conclude.html +++ b/ietf/templates/wginfo/conclude.html @@ -28,7 +28,7 @@ form.conclude .actions { {{ form.as_table }} <tr> <td colspan="2" class="actions"> - <a href="{% url wg_view name=wg.acronym %}">Back</a> + <a href="{% url wg_charter acronym=wg.acronym %}">Back</a> <input type="submit" value="Send request"/> </td> </tr>