Skip to content
Snippets Groups Projects
Verified Commit cb177dfb authored by hanfi's avatar hanfi
Browse files

fix jinja2 string whoes

parent f0c570e5
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{% if storages[row][column].needs_processing %}border: 2px red solid;{% endif %};"> {% if storages[row][column].needs_processing %}border: 2px red solid;{% endif %};">
<div>{{row}}{{column}}</div> <div>{{row}}{{column}}</div>
<div>{{ storages[row][column].size }}</div> <div>{{ storages[row][column].size }}</div>
<a href="{{ url_for("get_storage", storage_name=f"{row}{column}") }}" class="stretched-link"></a> <a href="{{ url_for('get_storage',storage_name=row+(column|string)) }}" class="stretched-link"></a>
</td> </td>
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment