This website requires JavaScript.
Explore
Help
Sign In
sporada
/
nopaque
Watch
1
Star
0
Fork
0
You've already forked nopaque
mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced
2025-01-13 11:40:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nopaque
/
app
/
blueprints
/
settings
/
__init__.py
8 lines
90 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
small update settings page+new package 'settings'
2023-03-17 15:56:37 +01:00
from
flask
import
Blueprint
bp
=
Blueprint
(
'
settings
'
,
__name__
)
Fix some privacy issues
2023-04-11 11:46:33 +02:00
move settings related json routes to users package
2023-04-03 15:25:55 +02:00
from
.
import
routes
Reference in New Issue
Copy Permalink