Remove tk_category_description
This commit is contained in:
parent
d7ee56609a
commit
3efc162075
3 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
tk_category_dashname,tk_category_name,tk_category_description,tk_category_rules
|
tk_category_dashname,tk_category_name,tk_category_rules
|
||||||
|
|
|
|
@ -10,7 +10,6 @@ print(
|
||||||
)
|
)
|
||||||
|
|
||||||
tk_category_name = input("Name: ")
|
tk_category_name = input("Name: ")
|
||||||
tk_category_description = input("Description: ")
|
|
||||||
tk_category_rules = input("Rules: ")
|
tk_category_rules = input("Rules: ")
|
||||||
|
|
||||||
tk_category_dashname = tk_category_name.replace(" ", "_")
|
tk_category_dashname = tk_category_name.replace(" ", "_")
|
||||||
|
@ -18,7 +17,6 @@ tk_category_dashname = tk_category_name.replace(" ", "_")
|
||||||
categoryDict = {
|
categoryDict = {
|
||||||
"tk_category_dashname": tk_category_dashname,
|
"tk_category_dashname": tk_category_dashname,
|
||||||
"tk_category_name": tk_category_name,
|
"tk_category_name": tk_category_name,
|
||||||
"tk_category_description": tk_category_description,
|
|
||||||
"tk_category_rules": tk_category_rules,
|
"tk_category_rules": tk_category_rules,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1><a href="../../">tk_game_name</a> - tk_category_name</h1>
|
<h1><a href="../../">tk_game_name</a> - tk_category_name</h1>
|
||||||
<p>tk_category_description</p>
|
<p>tk_category_rules</p>
|
||||||
|
|
||||||
<h2>Leaderboard</h2>
|
<h2>Leaderboard</h2>
|
||||||
lk_leaderboard
|
lk_leaderboard
|
||||||
|
|
Loading…
Reference in a new issue