-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…0172) * add preview mode to document metadata page * Remove Return to button inside metadata detail page
- Loading branch information
Showing
2 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
14 changes: 13 additions & 1 deletion
14
geonode/documents/templates/documents/document_metadata_detail.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
{% extends "metadata_detail.html" %} | ||
{% extends "metadata_detail.html" %} | ||
|
||
{% block header %} | ||
{% if 'preview' not in request.GET %} | ||
{% include 'geonode-mapstore-client/snippets/header.html' %} | ||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block footer %} | ||
{% if 'preview' not in request.GET %} | ||
{% include 'geonode-mapstore-client/snippets/footer.html' %} | ||
{% endif %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters