-
Notifications
You must be signed in to change notification settings - Fork 344
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
Profile Error - partials/account/tabs/my_bills.html doesn't exist #964
Comments
Good catch. We removed (most) functionality related to bills/legislation but seem to have overlooked this template. Please consider removing the reference to the template and any similar code you may find. |
You may assign it to me |
I made this change - Now on opening profile, it just continues to load indefinitely (Might be related to #914) Also take a look at the error in console - I visited the url shown in the console and got this error - Internal Server Error: /api/account_profile/ani/ |
Do I need to change the files in |
Well, we're in the process of replacing the JavaScript UI with static templates that get rendered by Django. So the ideal outcome here would be to replace this template with a Django-only template and delete the deprecated JS for this particular view. You can feel free to take creative liberty with the rendered output but it might be worth using the existing styles since they are fairly nice. |
For the specific error, it looks like we changed the OpenCiviWiki/project/api/models/civi.py Line 107 in 76d49d5
It might be worth searching the project for uses of the |
Internal Server Error: /profile/ani
Error - django.template.exceptions.TemplateDoesNotExist: partials/account/tabs/my_bills.html
I checked and found that my_bills.html was deleted in b600ead
The text was updated successfully, but these errors were encountered: