Remove the update.html on routers in admin panel

The update.html is not used, I think we can delete it

Change-Id: I63cea8f889f98aef93bf43bd74bec7df2a020480
This commit is contained in:
pengyuesheng 2019-05-21 13:46:03 +08:00
parent f9374ffb82
commit 1070425ab4
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update Router" %}{% endblock %}
{% block main %}
{% include 'admin/routers/_update.html' %}
{% endblock %}