Brylie Christopher Oxley

Results 483 comments of Brylie Christopher Oxley

Closing this since it is outside of the scope of what we can handle currently. It may also make the system more unstable by adding complexity as well.

The code seems to be working today, perhaps it was a transient bug. However, here are some ideas for improvement: - only run the code when editing a person, not...

I tried again to set the PersonModelAdmin.form_view_extra_js bug got no JS response from Wagtail Admin. I'm not sure what might be the cause, and got no response on StackOverflow: https://stackoverflow.com/questions/76687506/unable-to-load-custom-js-via-wagtail-modeladmin-form-view-extra-js

Moving this to post-launch since I've repeatedly tried to get it to load only on the Person form page.

Hei @Oore2006, the correct template to edit would be: https://github.com/WesternFriend/westernfriend.org/blob/main/memorials/templates/memorials/memorial.html You can use Bootstrap classes to add margin.

@sim-codes, I've updated the issue description to include two tasks: - use Django messages to display a confirmation message directly on the website after the registration form is submitted -...

I've updated the issue description to contain the particular code to change. Please try the instructions/code in the new description and let me know if you encounter any difficulties.

We might use a bit of JavaScript to scan all links on a page when it renders and set the target link to blank for external links. ```js // Work-in-progress...

There is a solution to this issue that was suggested in the Wagtail GitHub issue: https://github.com/wagtail/wagtail/issues/1167#issuecomment-479638881 ```py from django.utils.html import escape from wagtail.core import hooks def external_link_handler(attrs): href = attrs["href"]...

@Upasanadhameliya thoughts? Have you worked with Poetry before?