Skip to content

Commit

Permalink
better post-editing text on the weblog listing page (different for ed…
Browse files Browse the repository at this point in the history
…iting vs adding now)
  • Loading branch information
iamcal committed Nov 2, 2010
1 parent 4d928d7 commit 53b3ef7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions templates/page_weblog.txt
Expand Up @@ -18,12 +18,16 @@ window.onload = function(){ldelim}
<div class="section">
{if $added}
Thanks for adding your weblog to the directory!<br />
{else}
Thanks for editing your details - your changes have now been saved.<br />
{/if}
<br />
If your weblog is at multiple stations (between several, or you live at work in different places, etc)
then you can <a href="/weblogs/{$weblog.id}/edit/{$sig|escape}/">add more stations</a>.<br />
{else}
Thanks for editing your details - your changes have now been saved.
A preview of your weblog listing is below<br />
<br />
If you want to edit your details again, or add/remove stations,
then <a href="/weblogs/{$weblog.id}/edit/{$sig|escape}/">click this handy link</a>.<br />
{/if}
</div>
</div>

Expand Down

0 comments on commit 53b3ef7

Please sign in to comment.