Skip to content

Commit

Permalink
Merge pull request #1183 from mmcfarland/feature/registration-hidden
Browse files Browse the repository at this point in the history
Allow display of registration content
  • Loading branch information
Matthew McFarland committed Mar 10, 2016
2 parents 3e41fd8 + c04f161 commit e1a86e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mmw/apps/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
<div class="map-container">
{% block map %}
{% endblock map %}
</div>

<div class="container-fluid top-nav" style="display: none;">
{# Used on registration/account pages, not on main app #}
{% block content %}
{% endblock content %}
</div>
Expand Down

0 comments on commit e1a86e6

Please sign in to comment.