forked from gergely/calendar-social
[Refactor] Rename the app module to calsocial
Just for clarity
This commit is contained in:
9
calsocial/templates/index.html
Normal file
9
calsocial/templates/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{{ _('Welcome to Calendar.social, %(username)s!', username=current_user.username) }}
|
||||
|
||||
{% include 'month-view.html' %}
|
||||
|
||||
<a href="{{ url_for('new_event') }}">{% trans %}Add event{% endtrans %}</a>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user