Currently, our page for adding new topics is broken, because it doesn’t associate new topics with any particular user. If you try adding a new topic, you’ll see the error message IntegrityError along with learning_logs_topic.user_id may not be NULL. Django’s saying you can’t create a new topic without specifying a value for the topic’s owner field.

