Skip to content

Commit

Permalink
Merge pull request django-cms#1157 from MechanisM/develop
Browse files Browse the repository at this point in the history
new.html now real links to admin and add page
  • Loading branch information
ojii committed Feb 29, 2012
2 parents a27c93e + f4fc346 commit e052694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/cms/new.html
Expand Up @@ -48,7 +48,7 @@
<div class="box-right">
<h1>Welcome to the django CMS!<br />Here is what to do next:</h1>
<p>&nbsp;</p>
<h2>Log into the <a href="/admin/">admin</a> interface and start <a href="/admin/cms/page/add/">adding</a> some pages!</h2>
<h2>Log into the <a href="{% url admin:index %}">admin</a> interface and start <a href="{% url admin:cms_page_add %}">adding</a> some pages!</h2>
<p class="info">Make sure you publish them.</p>
<p>&nbsp;</p>
<p class="padding-top">
Expand Down

0 comments on commit e052694

Please sign in to comment.