if height:
        height = int(height)
        if not (0 < height <= MAX_WORDCLOUD_HEIGHT and is_multiple_of_50(height)):
            return HttpResponseBadRequest(reason="height out of range")