We no not store description as a separate column anymore
This commit is contained in:
parent
c8cb1bb52d
commit
3c647ec2dd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{% for map_inst in maps %}
|
{% for map_inst in maps %}
|
||||||
<div class="col _35">
|
<div class="col _35">
|
||||||
{% map_fragment map_inst %}
|
{% map_fragment map_inst %}
|
||||||
<div class="tintbox"><strong>{{ map_inst.name }}</strong>{% if map_inst.description %} — «{{ map_inst.description }}» {% endif %}{% if map_inst.owner %} <em>{% trans "Cooked up by" %} <a href="{% url 'user_maps' map_inst.owner.username %}">{{ map_inst.owner }}</a></em>{% endif %} — <a href="{{ map_inst.get_absolute_url }}">{% trans "See this map!" %}</a></div>
|
<div class="tintbox"><strong>{{ map_inst.name }}</strong>{% if map_inst.owner %} <em>{% trans "Cooked up by" %} <a href="{% url 'user_maps' map_inst.owner.username %}">{{ map_inst.owner }}</a></em>{% endif %} — <a href="{{ map_inst.get_absolute_url }}">{% trans "See this map!" %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if maps.has_next %}
|
{% if maps.has_next %}
|
||||||
|
|
Loading…
Reference in a new issue