2014-07-27 19:46:43 +02:00
|
|
|
{% extends "layout/base.html" %}
|
|
|
|
{% block content %}
|
2014-08-07 14:47:59 +02:00
|
|
|
<h3>Welcome, {{user}}!</h3>
|
2014-07-27 19:46:43 +02:00
|
|
|
<p>
|
2014-08-07 14:47:59 +02:00
|
|
|
<ul>
|
2014-09-15 16:35:04 +02:00
|
|
|
<li><a href="{% url 'frontend-projects' %}">Citavi projects</a></li>
|
2014-12-11 11:45:48 +01:00
|
|
|
<li><a href="{% url 'frontend-presentation-add' %}">Add presentations</a></li>
|
2014-08-07 14:47:59 +02:00
|
|
|
</ul>
|
2014-09-15 16:35:04 +02:00
|
|
|
Feel free to discover.<br>
|
2014-07-27 19:46:43 +02:00
|
|
|
</p>
|
|
|
|
{% endblock %}
|