[TASK] Slightly update the index view.
This commit is contained in:
parent
3a42642019
commit
47809a0f22
|
@ -2,9 +2,9 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h3>Welcome, {{user}}!</h3>
|
<h3>Welcome, {{user}}!</h3>
|
||||||
<p>
|
<p>
|
||||||
Feel free to discover.<br>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{% url 'frontend-projects' %}">Project Contexts</a></li>
|
<li><a href="{% url 'frontend-projects' %}">Citavi projects</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Feel free to discover.<br>
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue