mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fix typo
This commit is contained in:
parent
3991385be7
commit
c95614aedf
@ -11,7 +11,7 @@ def index(request):
|
||||
|
||||
|
||||
@login_required(login_url="login/")
|
||||
@permission_required("fossdb.add_post)", login_url="login/", raise_exception=True)
|
||||
@permission_required("fossdb.add_post", login_url="login/", raise_exception=True)
|
||||
def add_project(request):
|
||||
if request.method == "POST":
|
||||
form = ProjectForm(request.POST)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user