Skip to content
Snippets Groups Projects
Commit 85440d58 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Add image saving to activities

parent dc8a6ceb
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,8 @@ class CallToMove(models.Model):
self.image.delete()
self.image = None
self.image = new_image
class KnowledgeSnack(models.Model):
"""Defines text and image that are used to show a KnowledgeSnack between questions"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment