Add "create new" button to table of existing rotations

This commit is contained in:
Jan Tuomi
2017-01-12 07:22:30 -05:00
parent 46a4ca5478
commit 4f12c42c5f
5 changed files with 45 additions and 3 deletions
+1
View File
@@ -200,3 +200,4 @@ class ImageUploadForm(forms.Form):
'''
name = forms.CharField()
image = forms.ImageField()