@ -3,7 +3,7 @@
|
||||
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="<< Back to settings" onclick="window.location='{% url 'Settings:Settings' %}';">
|
||||
<input type="button" value="New Device Model" onclick="window.location='{% url 'Settings:_device_model_add' %}';">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="<< Back to settings" onclick="window.location='{% url 'Settings:Settings' %}';">
|
||||
<input type="button" value="New Device Type" onclick="window.location='{% url 'Settings:_device_type_add' %}';">
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends 'base.html.j2' %}
|
||||
|
||||
|
||||
{% block content%}
|
||||
{% block article %}
|
||||
<style>
|
||||
|
||||
div#content {
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="<< Back to settings" onclick="window.location='{% url 'Settings:Settings' %}';">
|
||||
<input type="button" value="New Manufacturer" onclick="window.location='{% url 'Settings:_manufacturer_add' %}';">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
|
||||
<input type="button" value="<< Back to settings" onclick="window.location='{% url 'Settings:Settings' %}';">
|
||||
|
Reference in New Issue
Block a user