[TASK] Slightly update the index view.

This commit is contained in:
Jan Philipp Timme 2014-09-15 16:35:04 +02:00
parent 3a42642019
commit 47809a0f22
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
{% block content %}
<h3>Welcome, {{user}}!</h3>
<p>
Feel free to discover.<br>
<ul>
<li><a href="{% url 'frontend-projects' %}">Project Contexts</a></li>
<li><a href="{% url 'frontend-projects' %}">Citavi projects</a></li>
</ul>
Feel free to discover.<br>
</p>
{% endblock %}