diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-09 09:43:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-09 09:43:05 +0200 |
commit | 35db784b189fa5158c2982f3f48f1c54b9cf9f81 (patch) | |
tree | 2f6e951b6cd2c350c4d7580c8ca26275bb5f3e52 /src | |
parent | Updated Navbar. (diff) | |
download | newspipe-35db784b189fa5158c2982f3f48f1c54b9cf9f81.tar.gz newspipe-35db784b189fa5158c2982f3f48f1c54b9cf9f81.tar.bz2 newspipe-35db784b189fa5158c2982f3f48f1c54b9cf9f81.zip |
Better like that.
Diffstat (limited to 'src')
-rw-r--r-- | src/web/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index d863513f..11eca595 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -66,7 +66,7 @@ </a> <ul class="dropdown-menu"> <li> - <form action="/category/create" class="navbar-form navbar-left" method="POST" name="category"> + <form action="{{ url_for('category.form') }}" class="navbar-form navbar-left" method="POST" name="category"> <div class="input-group input-group-inline"> <input class="form-control" name="name" type="text" placeholder="{{_("Category name")}}" required="required"/> <span class="input-group-btn"> |