Skip to content

Commit

Permalink
Require GET
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Mar 10, 2024
1 parent e76f6a4 commit abdeb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svjis/articles/views_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def admin_board_view(request):


@permission_required("articles.svjis_edit_admin_company")
@require_GET
def admin_board_edit_view(request, pk):
if pk != 0:
i = get_object_or_404(models.Board, pk=pk)
Expand Down

0 comments on commit abdeb29

Please sign in to comment.