Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-03-04 18:56:26 +00:00
parent 2f5dc25129
commit bf6af4c871
61 changed files with 153 additions and 153 deletions

View file

@ -298,7 +298,7 @@ immediately.</p>
changepage that links to your new character sheet, and allow you to get the link to a characters
page by using <code class="docutils literal notranslate"><span class="pre">{{</span> <span class="pre">object.get_absolute_url</span> <span class="pre">}}</span></code> in any template where you have a given object.</p>
<p><em>Now that youve made a basic page and app with Django, you may want to read the full Django
tutorial to get a better idea of what it can do. <a class="reference external" href="https://docs.djangoproject.com/en/1.8/intro/tutorial01/">You can find Djangos tutorial
tutorial to get a better idea of what it can do. <a class="reference external" href="https://docs.djangoproject.com/en/4.1/intro/tutorial01/">You can find Djangos tutorial
here</a>.</em></p>
</section>