misc: include site title on home page (#16826)

This commit is contained in:
Frédéric Péters 2017-06-11 15:54:07 +02:00
parent 725e5945f4
commit 9b3901b41b
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,8 @@
})
</script>
<div class="cell">
<h2>{% if site_title %}{{ site_title }}{% else %}{% trans "Portfolio" %}{% endif %}</h2>
<div id="user-files">
{% render_table table "fargo/table.html" %}
<form id="send-file" method="post" enctype="multipart/form-data">
@ -36,4 +38,5 @@
<button>{% trans "Upload a new document" %}</button>
</form>
</div>
</div>
{% endblock %}