diff options
Diffstat (limited to 'templates/chimere/blocks/actions.html')
-rw-r--r-- | templates/chimere/blocks/actions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/blocks/actions.html b/templates/chimere/blocks/actions.html index b98ba89..61b9a4c 100644 --- a/templates/chimere/blocks/actions.html +++ b/templates/chimere/blocks/actions.html @@ -13,13 +13,13 @@ {% trans "News" %} </li> <li id='action-project' class='dyn-page'> - <a href='{% url 'chimere:extra_page' "" "project"%}'>{% trans "The project" %}</a> + <a href='{% url 'chimere:extra_page' "project" %}'>{% trans "The project" %}</a> </li> </ul> <ul id='action-3' class='action'> <li class='print-page'><a href='#'>{% trans "Print"%}</a></li> <li class='share-list'> - {% share_bar %} + {% share_bar "" "" "" %} </li> {%comment%}<li class='help-page'><a href='#'>{% trans "Help"%}</a></li>{%endcomment%} </ul> |