Skip to content
Snippets Groups Projects
Verified Commit c5b23ddd authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add card action link "Go to smart plan" for dashboard widget

parent 00fd4ba2
No related branches found
No related tags found
1 merge request!36Dashboard widget for SMART PLAN
......@@ -24,4 +24,9 @@
{% endif %}
</div>
</div>
{% if has_plan %}
<div class="card-action">
<a href="{% url "my_timetable" %}">{% trans "Go to smart plan" %}</a>
</div>
{% endif %}
</div>
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