Marco Schlicht

Results 27 comments of Marco Schlicht

I have solved it by adding the file /templates/registration/password_reset_email.html with the content: ``` {% load i18n %}{% autoescape off %} {% blocktranslate %}You're receiving this email because you requested a...

i think this is because in supergroups is_channel and is_group is both true. so you need to check if it is not a group chat to recognise a chat as...

Maybe this comment solves your problem: https://github.com/kraiz/django-crontab/issues/83#issuecomment-395753733 there was the problem, that python logger writes its output to stderr and not stdout. so you need to redirect stderr to stdout...

Also another nice feature: an option to automatically change an url. for example replace www.reddit.com with old.reddit.com, because the new design can't be archived.

I've implemented the feature by just adding a title attribute. If that suffices I could make a PR. @Aarebecca

https://github.com/user-attachments/assets/a62a7b36-7c4f-4620-9d24-72454c98b07c The video shows the usecase of the feature and how it might look like. (Also notice the bug the the last timestamp is double and looks weird...) I already...