Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #167 from lvalics/patch-4
Browse files Browse the repository at this point in the history
Update settings-theme.html
  • Loading branch information
gharbat authored Oct 19, 2023
2 parents dc27b1d + b8d93da commit 4956545
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dj_backend_server/web/templates/settings-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3 class="text-xl leading-snug text-slate-800 font-bold mb-1">Try & Share!</h3>
<a href="{% url 'chat' token=bot.token %}" target="_blank"
style="cursor: pointer!important;">
<input style="cursor: pointer!important;" id="tooltip" class="form-input w-full" type="text"
value="http://localhost:8000{% url 'chat' token=bot.token %}" disabled>
value="{{ APP_URL }}{% url 'chat' token=bot.token %}" disabled>

</a>
</div>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h3 class="text-xl leading-snug text-slate-800 font-bold mb-1">Try & Share!</h3>

<textarea id="tooltip" class="form-input w-full" style="height: 250px"
type="text" disabled>
<script src="{% static 'chat.js' %}"></script>
<script src="{{ APP_URL }}{% static 'chat.js' %}"></script>

<script>
document.addEventListener('DOMContentLoaded', function () {
Expand Down Expand Up @@ -169,7 +169,7 @@ <h3 class="text-xl leading-snug text-slate-800 font-bold mb-1">Try & Share!</h3>

<textarea id="tooltip" class="form-input w-full" style="height: 250px"
type="text" disabled>
<script src="{% static 'search.js' %}"></script>
<script src="{{ APP_URL }}{% static 'search.js' %}"></script>

<script>
window.onload = () => {
Expand Down Expand Up @@ -230,4 +230,4 @@ <h3 class="text-xl leading-snug text-slate-800 font-bold mb-1">Try & Share!</h3>

</script>

{% endblock scripts %}
{% endblock scripts %}

0 comments on commit 4956545

Please sign in to comment.