mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Fix typo
This commit is contained in:
@@ -11,7 +11,7 @@ def index(request):
|
|||||||
|
|
||||||
|
|
||||||
@login_required(login_url="login/")
|
@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):
|
def add_project(request):
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
form = ProjectForm(request.POST)
|
form = ProjectForm(request.POST)
|
||||||
|
|||||||
Reference in New Issue
Block a user