This commit is contained in:
piair 2023-07-01 14:14:41 +02:00
parent 524e412b40
commit a5421f6ae4
2 changed files with 12 additions and 1 deletions

View File

@ -123,7 +123,7 @@
</tr> </tr>
</table> </table>
<input type="submit" class="confirm" name="data" id="submit" value="Create !" class="button"/> <input type="submit" class="confirm" name="data" id="submit" value="Create !" class="button"/>
<input type="submit" name="config" id="submit" value="delete" class="button"/>
</form> </form>

View File

@ -52,6 +52,17 @@
</td> </td>
</tr> </tr>
</table> </table>
<table>
<tr>
TODO
</tr>
<tr>reorder config</tr>
<tr>delete config</tr>
<tr>rename</tr>
<tr>real override</tr>
<tr>ban button</tr>
<tr>database truc</tr>
</table>
</form> </form>
{% endif %} {% endif %}
{%endblock %} {%endblock %}