gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: fix copy-and-paste error


From: gnunet
Subject: [taler-bank] branch master updated: fix copy-and-paste error
Date: Tue, 21 Jul 2020 15:44:11 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 494f8cb  fix copy-and-paste error
494f8cb is described below

commit 494f8cb1956fa03f0632706ef341f5d63a968345
Author: MS <ms@taler.net>
AuthorDate: Tue Jul 21 15:44:07 2020 +0200

    fix copy-and-paste error
---
 talerbank/app/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/urls.py b/talerbank/app/urls.py
index 61660f1..064024d 100644
--- a/talerbank/app/urls.py
+++ b/talerbank/app/urls.py
@@ -89,7 +89,7 @@ urlpatterns = [
         ),
         name="login",
     ),
-    path("config", views.config_view, name="logout"),
+    path("config", views.config_view, name="config"),
     path("logout", views.logout_view, name="logout"),
     path("register", views.register, name="register"),
     path("profile", views.profile_page, name="profile"),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]