Skip to content
Snippets Groups Projects
Commit 2b6395c6 authored by Branson Stephens's avatar Branson Stephens
Browse files

Fixed it so that special forms don't appear in the lvem_view

parent 9f4ad89a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@
<p>{{ message }}</p>
{% if 'lvem_view' not in request.path %}
<!-- XXX This next bit is super hacky. -->
{% if can_expose_to_lvem %}
<div class="content-area">
......@@ -165,6 +167,8 @@
</div>
{% endif %}
{% endif %} {# lvem_view not in request.path #}
<div class="content-area">
{% block basic_info %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment