Skip to content
Snippets Groups Projects
Commit cf54c138 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix in grid model path

parent a12d389f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
{% if available_grid_models|length > 0 %}
<ul>
{% for model in available_grid_models %}
<li><a href="gridmap/{{model.model_id}}">{{ model.model_name }}</a></li>
<li><a href="gridmap/{{model.model_id}}/">{{ model.model_name }}</a></li>
{% endfor %}
</ul>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment