Skip to content
Snippets Groups Projects
Commit 9c37785b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Only show infobox if needed

parent ddee6b56
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block infoheader %}
<div class="alert alert-success alert-dismissible" role="alert">{{ info }}</div>
{% if info is defined %}
<div class="alert alert-success alert-dismissible" role="alert">{{ info }}</div>
{% endif %}
{% endblock %}
{% block plots %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment