{% extends 'layout.html' %} {% block title %} Редактирование профиля {% endblock %} {% block style %} .profile-heading { background-color: #3498db; padding: 25px; border-radius: 20px 20px 20px 20px; color: white; text-align: center; margin: 20px; } .profile-section { padding: 20px; border: 1px solid #e0e0e0; border-radius: 20px 20px 20px 20px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; margin-bottom: 20px; } .profile-section-nav { padding: 20px; border: 1px solid #e0e0e0; border-radius: 20px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; } .profile-section h3 { font-size: 1.5rem; margin-bottom: 20px; text-align: center; color: #3498db; text-transform: uppercase; } .profile-form-group { margin-bottom: 20px; } .profile-label { font-weight: bold; } .profile-input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; } .profile-submit-button { background-color: #3498db; border: none; border-radius: 5px; padding: 10px 20px; color: #ffffff; font-size: 1rem; text-decoration: none; transition: background-color 0.2s; } .profile-input-info { width: 100%; height: 200px; resize: vertical; } {% endblock %} {% block body %}

Изменение данных профиля

0/3000 символов
{% endblock %}