You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
337 B

{% extends 'base.html' %}
{% block content %}
<form action=/edit method="post">
<input type="hidden" name="code" value="{{code}}" />
QR-code:<br />
<input type="text" value="{{code}}" disabled /><br />
URL:<br />
<input type="text" name="url" value=""/><br />
<button type="submit" class="graybar" >Save </button>
</form>
{% endblock %}