# HG changeset patch # User durandn # Date 1471354740 -7200 # Node ID 6ae78ea513e8e260c3cef883d0a132f9d3f43a0a # Parent 270d165cd0d5484a90e7ec5e8efeb9420284d4ba homepage work + forgotten migration for change in models.py (replacing description charfield 255 with a textfield diff -r 270d165cd0d5 -r 6ae78ea513e8 src/iconolab/migrations/0010_auto_20160816_1242.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab/migrations/0010_auto_20160816_1242.py Tue Aug 16 15:39:00 2016 +0200 @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9.7 on 2016-08-16 12:42 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('iconolab', '0009_auto_20160812_1417'), + ] + + operations = [ + migrations.AlterField( + model_name='collection', + name='description', + field=models.TextField(null=True), + ), + ] diff -r 270d165cd0d5 -r 6ae78ea513e8 src/iconolab/templates/iconolab/home.html --- a/src/iconolab/templates/iconolab/home.html Tue Aug 16 14:50:28 2016 +0200 +++ b/src/iconolab/templates/iconolab/home.html Tue Aug 16 15:39:00 2016 +0200 @@ -8,11 +8,45 @@ {% block content %} {% for collection in collections.all %} -
{{collection.description | safe}}
+ Contribuer au fond {{collection.verbose_name}} +