Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Jun 23, 2019
1 parent 4884b0c commit 8cf16fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ <h1>Terms of Service</h1>
{% bootstrap_field form.accept %}
{% buttons submit="Proceed" %}{% endbuttons %}
</form>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion observation_portal/accounts/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def blend_user(user_params=None, profile_params=None):
else:
mixer.blend(Profile, user=user, terms_accepted=timezone.now())

return user
return user

0 comments on commit 8cf16fc

Please sign in to comment.