ComputerTech312 b08b81fec9 Fix quote submission bug and update copyright notice
- Fixed config access in submit route (config.min_quote_length -> config.get('quotes.min_length'))
- Fixed Flask-Limiter initialization syntax
- Reduced minimum quote length from 10 to 1 character
- Updated copyright notice from '© ircquotes 2024, All Rights Reserved.' to '@ ircquotes 2024-2025'
- Quote submission now works properly with correct status assignment (pending/approved)
- Quotes are properly created with status=0 (pending) when auto_approve=false
2025-09-20 20:44:30 +01:00
2025-09-20 20:25:54 +01:00
2024-10-09 21:12:03 +01:00
Description
No description provided
MIT 8.5 MiB
Languages
Python 45.1%
HTML 35.6%
JavaScript 10.6%
CSS 7.5%
Shell 1.2%