Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: id-python/members
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3b76d19c0dddba496956603336de6392bf191a9
Choose a base ref
..
head repository: id-python/members
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 104e6a796aaa7d542a3216b29a36aa85d5baf47a
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 users/templates/json/user.json
2 changes: 0 additions & 2 deletions users/templates/json/user.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,5 @@
"email_updates": {{ user.email_updates }},
"latitude": {{ user.latitude }},
"longitude": {{ user.longitude }},
{% if user.social_account %}
"twitter": "{{ user.social_account.twitter }}"
{% endif %}
}