diff --git a/apps/course/migrations/0046_auto_20181009_2334.py b/apps/course/migrations/0046_auto_20181009_2334.py new file mode 100644 index 00000000..276f91fa --- /dev/null +++ b/apps/course/migrations/0046_auto_20181009_2334.py @@ -0,0 +1,18 @@ +# Generated by Django 2.0.6 on 2018-10-09 23:34 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('course', '0045_merge_20180926_0200'), + ] + + operations = [ + migrations.AlterField( + model_name='course', + name='age', + field=models.SmallIntegerField(choices=[(0, 'Любой возраст'), (1, 'до 5'), (2, '5-10'), (3, '10-18'), (4, 'от 18')], default=0), + ), + ] diff --git a/apps/user/templates/blocks/profile-menu.html b/apps/user/templates/blocks/profile-menu.html index 5bb21b94..b5b17b83 100644 --- a/apps/user/templates/blocks/profile-menu.html +++ b/apps/user/templates/blocks/profile-menu.html @@ -7,8 +7,6 @@ href="{% url 'user-edit-notifications' %}">Уведомления Платежи - - diff --git a/apps/user/templates/user/bonus-history.html b/apps/user/templates/user/bonus-history.html index cfddee9d..f98474bb 100644 --- a/apps/user/templates/user/bonus-history.html +++ b/apps/user/templates/user/bonus-history.html @@ -6,26 +6,32 @@ {% include "../blocks/profile-menu.html" with active="bonuses" %}
1 Lil = 1 Р
+