Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
tangsel-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 42acbace
authored
Jun 26, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix route URL for upload logo redirection
1 parent
cadc35ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tangsel/base/views/upload.py
tangsel/base/views/upload.py
View file @
42acbac
...
...
@@ -11,7 +11,7 @@ from .base_views import CSRFSchema
def
route_list
(
request
,
p
=
{}):
q
=
dict_to_str
(
p
)
return
HTTPFound
(
location
=
request
.
route_url
(
'upload-logo'
,
_query
=
q
))
return
HTTPFound
(
location
=
request
.
route_url
(
'
base-
upload-logo'
,
_query
=
q
))
##########
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment