Skip to content

Commit

Permalink
renamed provision category
Browse files Browse the repository at this point in the history
as suggested by @cdent, this is actually what we're going for

still no functionality for this yet though
  • Loading branch information
FND committed May 28, 2013
1 parent 5a02e3d commit 7ce7876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tiddlywebplugins/templates/home.html
Expand Up @@ -4,10 +4,10 @@

<p>hello {{ user }}</p>

<h3>Your Spaces</h3>
<h3>Your Wikis</h3>
<ul>
{% for space in spaces %}
<li>{{ space }}</li>
{% for wiki in wikis %}
<li>{{ wiki }}</li>
{% endfor %}
<ul>

Expand Down

0 comments on commit 7ce7876

Please sign in to comment.