diff options
author | Vitaly Takmazov | 2017-08-20 22:09:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-20 22:09:24 +0300 |
commit | d2dca15f2ce653d3ca0c45f53fb93424e713de87 (patch) | |
tree | 3de6bf4962c77f0a3798e42b98cf7ded37252d88 /juick-www/src/main/webapp/WEB-INF/views | |
parent | 8fa9a684c8a06bed7235f58f79af2d88da13fede (diff) |
www: do not show usercolumn in post_success
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/post_success.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/post_success.html b/juick-www/src/main/webapp/WEB-INF/views/post_success.html index dd96495f..7d9706bf 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/post_success.html +++ b/juick-www/src/main/webapp/WEB-INF/views/post_success.html @@ -18,5 +18,4 @@ <p>Ссылка на сообщение: <a href="{{ url | urlencode }}">{{ url | raw }}</a></p> {% endblock %} {% block "column" %} -{% include "views/partial/usercolumn" %} {% endblock %}
\ No newline at end of file |