-
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.
enabled training view w/out training itself
- Loading branch information
1 parent
94557b5
commit a8975e9
Showing
3 changed files
with
30 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<title>Django-Vocab-Trainer</title> | ||
<meta charset="utf-8"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Django-Vocab-Trainer</h1> | ||
<span id="top-nav"> | ||
<a href="{% url 'accounts:auth_logout' %}">Sign out</a> | ||
</span> | ||
</header> | ||
<section> | ||
</section> | ||
</body> | ||
</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
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