Merge from master

This commit is contained in:
Griatch 2019-02-12 11:47:38 +01:00
commit d94566ef20
6 changed files with 6 additions and 6 deletions

View file

@ -3067,7 +3067,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
return
elif nprots > 1:
caller.msg("Found {} prototypes matching '{}':\n {}".format(
nprots, prototype, ", ".join(prot.get('prototype_key', '')
nprots, prototype, ", ".join(proto.get('prototype_key', '')
for proto in prototypes)))
return
# we have a prototype, check access

View file

@ -10,7 +10,7 @@
<div class="row">
<div class="col">
<div class="card">
<div class="card-block">
<div class="card-body">
<h1 class="card-title">Error 404</h1>
<h4 class="card-subtitle">Page not found</h2>
<hr />

View file

@ -10,7 +10,7 @@
<div class="row">
<div class="col">
<div class="card">
<div class="card-block">
<div class="card-body">
<h1 class="card-title">Error 500</h1>
<h4 class="card-subtitle">Internal Server Error</h2>
<hr />

View file

@ -6,7 +6,7 @@
<div class="row">
<div class="col">
<div class="card">
<div class="card-block p-4">
<div class="card-body">
<h1 class="card-title">Admin</h1>
<p class="card-text">
Welcome to the Evennia Admin Page. Here, you can edit many facets of accounts, characters, and other parts of the game.

View file

@ -7,7 +7,7 @@
<div class="row">
<div class="col">
<div class="card">
<div class="card-block">
<div class="card-body">
<h1 class="card-title">{{flatpage.title}}</h1>
{{flatpage.content}}
</div>

View file

@ -12,7 +12,7 @@
<div class="col">
<div class="card text-center">
<h1 class="card-header">To Be Implemented...</h1>
<div class="card-block">
<div class="card-body">
This feature has yet to be implemented, but rest assured that it will be!
<br />
<br />