diff options
Diffstat (limited to 'templates/chimere/blocks/actions.html')
-rw-r--r-- | templates/chimere/blocks/actions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/actions.html b/templates/chimere/blocks/actions.html index dca7fc7..b98ba89 100644 --- a/templates/chimere/blocks/actions.html +++ b/templates/chimere/blocks/actions.html @@ -13,7 +13,7 @@ {% 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'> |