forked from botswana-harvard/edc-visit-schedule
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reset_visit_code_sequence_for_subject in view mixin, remove refs to b…
…ootstrap3 template folder
- Loading branch information
Showing
7 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,10 +1,9 @@ | ||
from django.views.generic.base import TemplateView | ||
from edc_dashboard.utils import get_bootstrap_version | ||
from edc_dashboard.view_mixins import EdcViewMixin | ||
from edc_navbar.view_mixin import NavbarViewMixin | ||
|
||
|
||
class HomeView(EdcViewMixin, NavbarViewMixin, TemplateView): | ||
template_name = f"edc_visit_schedule/bootstrap{get_bootstrap_version()}/home.html" | ||
template_name = "edc_visit_schedule/home.html" | ||
navbar_name = "edc_visit_schedule" | ||
navbar_selected_item = "visit_schedule" |
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