-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move
page_attribute "page_title"
to base
There is no reason to do this on every template. I had continued doing it, because I feared breaking things. I know enough about the templates now to know repition was unnecessary.
- Loading branch information
1 parent
e043d45
commit 9e892c6
Showing
6 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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
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,4 +1,2 @@ | ||
{% extends "base.html" %} | ||
{% load cms_tags %} | ||
|
||
{% block title %}{% page_attribute "page_title" %}{% endblock title %} |
Submodule taccsite_custom
updated
2 files
+0 −2 | neuronex_cms/templates/fullwidth.html | |
+0 −2 | texascale_org/templates/fullwidth.html |