-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Square Brackets after every field #518
Comments
Hi @cycclipscom Thanks for reporting this issue! The We recommend trying to run Horilla with Gunicorn and Nginx, as this should resolve the issue. That said, we’re already working on an update to transition the affected views to Class-Based Views (CBV), which will address this issue in the next version of Horilla. Stay tuned for the update! 🚀 Let us know if you need any help setting up Gunicorn and Nginx. Thanks for your patience and for contributing to the improvement of Horilla! Best Regards, |
Okay. I originally tried it with Gunicorn and Nginx but was unable to get it to work. After working on it for many hours, I switched to Apache got it running in about 20 minutes.
I figured out how to use gunicorn with apache and it's working without the [] |
Hi @cycclipscom , Glad to hear you got it running with Apache! If you're still interested in setting up Horilla with Gunicorn and Nginx, you can follow the steps shared in the documentation. https://docs.google.com/document/d/15XQmAqSPUM5i8ORWYdZSMm-zBEabAbS0JGH9VLIjm_Y/edit?usp=sharing Out of curiosity, how is your setup working without []? Would love to understand more about your configuration! Best Regards, |
It all seems to be working well, although when I did a password reset it had a localhost URL instead of the correct URL. I looked but couldn't find how to change it. Any ideas? |
Hi @cycclipscom , It seems the password reset email is using the default Django forgot password template. You can check the template at base > forms.py in the PassWordResetForm class. Additionally, please make sure you've updated horilla_apps.py by replacing: Let us know if you need any further help! Best Regards, |
Bug Report
Description
Every field is shown with a [] after it.
Steps to Reproduce
I followed the steps on the Horilla site to install Horilla on a fresh Ubuntu 22.04 LTS install. Then setup apache2 with mod-wsgi. Configured the default site to point to the horilla/wsgi.and visited the page. After logging in, I go to any page with fields and there are [] after each one.
Expected Behavior
There to not be [] after every field.
Actual Behavior
I see [] after each field
Screenshots
Environment
The text was updated successfully, but these errors were encountered: