made pad URL part of the config

This commit is contained in:
manetta 2022-02-16 23:20:37 +01:00
parent 5f84b054c5
commit 3bec9f9180

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block content %}
<iframe src="https://pad.vvvvvvaria.org/{{ name }}{{ ext }}"></iframe>
<iframe src="{{ pad_url }}{{ name }}{{ ext }}"></iframe>
{% endblock %}