Start using translation
This commit is contained in:
parent
c7c0445a6b
commit
460005c0b0
9 changed files with 666 additions and 489 deletions
|
@ -3,9 +3,10 @@
|
|||
{% block title %}Home{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<div class="jumbotron">
|
||||
<h1 class="display-4">Welcome to Pflänz.li</h1>
|
||||
<p class="lead">This is a platform to trade plants. You can offer plants and setup a wishlist what you want to trade it for.</p>
|
||||
<h1 class="display-4">{% trans %} homepage.welcome {% endtrans %}</h1>
|
||||
<p class="lead">{% trans %} homepage.welcome.info {% endtrans %}</p>
|
||||
<hr class="my-4">
|
||||
<p>To offer your plants, please register first.</p>
|
||||
<a class="btn btn-primary btn-lg" href="{{ path('app_register') }}" role="button">Register now</a>
|
||||
|
|
Reference in a new issue