diff --git a/core/migrations/0004_auto_20161110_1215.py b/core/migrations/0004_auto_20161110_1215.py new file mode 100644 index 0000000..c0c6f41 --- /dev/null +++ b/core/migrations/0004_auto_20161110_1215.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.10 on 2016-11-10 15:15 +from __future__ import unicode_literals + +import django.contrib.postgres.fields.jsonb +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('core', '0003_auto_20161101_1457'), + ] + + operations = [ + migrations.AlterField( + model_name='log', + name='context', + field=django.contrib.postgres.fields.jsonb.JSONField(blank=True, verbose_name='Context'), + ), + ] diff --git a/courses/templates/course/replicate.html b/courses/templates/course/replicate.html index c103d59..93e12fd 100644 --- a/courses/templates/course/replicate.html +++ b/courses/templates/course/replicate.html @@ -13,9 +13,10 @@ {% block content %}