Fixed bug on new form page

This commit is contained in:
Nicolas Lœuillet 2022-11-02 16:24:47 +01:00
parent b62511652b
commit df44e6eff8

View file

@ -3,5 +3,4 @@
{% block title %}{{ 'entry.new.page_title'|trans }}{% endblock %}
{% block content %}
{{ render(controller('Wallabag\\CoreBundle\\Controller\\EntryController::addEntryFormAction')) }}
{% endblock %}