actually i need to call this ircbot
so i don't collide with the django dr_botzo
This commit is contained in:
15
ircbot/old-web/templates/storycraft/tmpl_game_story.html
Normal file
15
ircbot/old-web/templates/storycraft/tmpl_game_story.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% autoescape on %}
|
||||
<div class="storyblock">
|
||||
{% if game.is_completed %}
|
||||
<div class="gamestory">{{ prettystory|safe }}</div>
|
||||
{% else %}
|
||||
<div class="gamenostory">
|
||||
<p>This game has not been completed yet. Come back later (or get to work).</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!--
|
||||
vi:tabstop=2:expandtab:autoindent
|
||||
-->
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user