-
-
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.
Merge pull request #92 from questionlp/develop
Rename "Best Of Repeats" to "Repeat Best Ofs"
- Loading branch information
Showing
11 changed files
with
85 additions
and
27 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
6 changes: 3 additions & 3 deletions
6
...hows/templates/shows/best_of_repeats.html → ...hows/templates/shows/repeat_best_ofs.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,15 +1,15 @@ | ||
{% extends "base.html" %} | ||
{% block title %}Best Of Repeats | Shows{% endblock %} | ||
{% block title %}Repeat Best Ofs | Shows{% endblock %} | ||
|
||
{% block content %} | ||
<nav aria-label="breadcrumb" id="nav-breadcrumb"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="{{ url_for('shows.index') }}">Shows</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">Best Of Repeats</li> | ||
<li class="breadcrumb-item active" aria-current="page">Repeat Best Ofs</li> | ||
</ol> | ||
</nav> | ||
|
||
<h2>Show Details: Best Of Repeats</h2> | ||
<h2>Show Details: Repeat Best Ofs</h2> | ||
|
||
{% include "shows/details.html" %} | ||
{% 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
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ Flask==3.0.3 | |
gunicorn==23.0.0 | ||
Markdown==3.5.2 | ||
|
||
wwdtm==2.13.0 | ||
wwdtm==2.14.0 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ Flask==3.0.3 | |
gunicorn==23.0.0 | ||
Markdown==3.5.2 | ||
|
||
wwdtm==2.13.0 | ||
wwdtm==2.14.0 |
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