| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/contrib/flatpages/__pycache__/ |
Upload File : |
�
�|�et � �l � d dl mZ d dlmZ d dlmZ d dlmZ d dlm Z m
Z G d� dej � � Z
dS ) � )�forms)�settings)�FlatPage)�ValidationError)�gettext�gettext_lazyc
� � � e Zd Z ej ed� � dd ed� � d ed� � i�� � Z G d� d � � Z� fd
�Zd� Z d� Z
� fd
�Z� xZS )�FlatpageForm�URL�d z^[-\w/\.~]+$uO Example: “/about/contact/”. Make sure to have leading and trailing slashes.�invalidz\This value must contain only letters, numbers, dots, underscores, dashes, slashes or tildes.)�label�
max_length�regex� help_text�error_messagesc � � e Zd ZeZdZdS )�FlatpageForm.Meta�__all__N)�__name__�
__module__�__qualname__r �model�fields� � �@/usr/lib/python3/dist-packages/django/contrib/flatpages/forms.py�Metar s � � � � � ������r r c � �� t � � j |i |�� | � � � s!t d� � | j d _ d S d S )NuA Example: “/about/contact”. Make sure to have a leading slash.�url)�super�__init__�_trailing_slash_required�_r r )�self�args�kwargs� __class__s �r r"