Skip to content

Commit

Permalink
Improve interface messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpixel committed Jul 18, 2019
1 parent 7d01e54 commit 1fd401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARte/users/jinja2/users/components/item-list.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{#<p class="exhibit-name">{{element.name}}</p>#}
{#<p class="exhibit-slug">TO_BE_FILLED_ON_SCRIPT<b>{{element.slug}}</b></p>#}
<a href="{{"/"+element.slug+"/"}}" class="gotoExb">{{ _("See this exhibition") }}</a>
<p class="exhibit-about">{{element.artworks_count}} artworks | {{element.date}}</p>
<p class="exhibit-about">{{element.artworks_count}} artwork(s) | {{element.date}}</p>
{% if editable == True %}
<a href="{{ url('edit-exhibit') }}?id={{element.id}}" class="edit">{{ _("Edit")}}</a>
{% endif %}
Expand Down

0 comments on commit 1fd401b

Please sign in to comment.