@login_required
@deny_restricted
def lostitem_add_view(request):
    """Add a lostitem."""
    if request.method == "POST":