-
Notifications
You must be signed in to change notification settings - Fork 351
Added an Issues Tab #1491
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
Added an Issues Tab #1491
Conversation
| class="responsive-img" | ||
| src={{ profile.profile_image_url }} | ||
| /> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected trailing spaces found.
| </div> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected trailing spaces found.
|
|
||
| <!-- Prevent users from following themselves. --> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected trailing spaces found.
|
|
||
|
|
||
| {% endblock content %} | ||
| {% endblock content %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected a newline at the end of the file.
|
|
||
|
|
||
| {% endblock content %} | ||
| {% endblock content %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected additional newlines at the end of the file.
project/accounts/views.py
Outdated
| return TemplateResponse( | ||
| request, | ||
| "user_civis.html", | ||
| {"profile": profile, "followers": followers, "user": user, "civis": civis}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line too long (87 > 79 characters)
project/accounts/views.py
Outdated
| civis = user.civis.all() | ||
| followers = profile.followers.all() | ||
|
|
||
| return TemplateResponse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the code after this "return".
|
Code Climate has analyzed commit c70a439 and detected 0 issues on this pull request. View more on Code Climate. |
brylie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! :-)
|
@all-contributors please add @Nehemiah60 for code |
|
I've put up a pull request to add @Nehemiah60! 🎉 |
Closes #1448
Description
Creates an issues tab to the user profile.