-
Notifications
You must be signed in to change notification settings - Fork 1
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
Email contains "Yelp Love" alt text #13
Comments
|
|
Implement Gravatar support behind config variable.
Hello! Is this still an issue that needs to be fixed? :D |
Yes it is! I'd welcome a PR to fix it, and see about upstreaming the fix to Yelp/love if it hasn't been fixed there yet. |
Okay, do you mind if I take a crack at this in a bit (I've got to setup an environment so I can test it)? I'm very new to github in general, so if I mess up/am unclear about something, please let me know and I'll do my best to fix it. C: |
Go for it! Testing emailing will be a bit difficult, but I think you can follow a page I set up in the wiki. Good luck :) |
Excellent, thank you very much! |
Hmm, this is going to take a while (probably a couple days at this rate). From a theoretical perspective (and basic knowledge of Flask), I understand the change that is supposed to happen; however, I am unable to get a proper testing environment to confirm and I feel that trying to PR/submit something that hasn't been tested is just asking for a disaster. I will continue working on this until I can get it up and running properly (I'm on Windows, so it's a little bit trickier than I'd like). Sorry it's taking so long. :C Edit: :O I got it to work, now I just have to get this view to render (giving me a generic internal error for the hacky-function). Yay! It works entirely, okay, now I'm going to read up on how to submit a proper PR and I'll submit it when I'm done. |
The love notification email contains an image with alt text that is "Yelp Love". It should be changed so that it uses
APP_NAME
from theconfig
module. You can find the template for the love notification email atthemes/default/templates/email.html
.This was kinda "assigned" to @JKobyP but could also be a starter ticket for an open-source sprint.
The text was updated successfully, but these errors were encountered: