Fixed URL typo on main config html page (#60)

This commit is contained in:
Chris Caron
2021-11-10 21:22:56 -05:00
committed by GitHub
parent 78359181a9
commit 022e151f8f

View File

@ -36,7 +36,7 @@
In the future you can return to this configuration screen at any time by placing the following into your In the future you can return to this configuration screen at any time by placing the following into your
browser: browser:
{% endblocktrans %} {% endblocktrans %}
<code>{{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/config/{{key}}</code> <code>{{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/cfg/{{key}}</code>
</li> </li>
</ol> </ol>
</div> </div>