mirror of
https://github.com/mwalbeck/pushjet-webinterface.git
synced 2024-11-23 14:57:33 +00:00
12 lines
374 B
HTML
12 lines
374 B
HTML
{% extends "layout/subscription.html" %}
|
|
{% block content %}
|
|
<div>
|
|
<h3>Get Subscriptions</h3> <br>
|
|
<form id="get" class="form-inline" action="/subscription" method="get">
|
|
<label>Device uuid:</label>
|
|
<input class="form-control" type="text" name="uuid"> <br> <br>
|
|
<input class="btn btn-default" type="submit">
|
|
</form>
|
|
</div>
|
|
{% endblock %}
|