remove style formating from the html code

This commit is contained in:
Andreas Zweili 2017-12-27 17:48:45 +01:00
parent 67aad3bda1
commit d64a55e8be
3 changed files with 4 additions and 4 deletions

View File

@ -616,7 +616,7 @@ extended by them.
</body>
<footer>
{% block footer %}
<p><font size="1">Created by Andreas Zweili licensed under GPL v3.0</font></p>
<p>Created by Andreas Zweili licensed under GPL v3.0</p>
{% endblock %}
</footer>
</html>
@ -747,7 +747,7 @@ The cron job details page shows all the information related to a cron job.
<h3>Description</h3>
<p><b>Host:</b> <a href="{% url 'computer' cronjob.host.id %}">{{ cronjob.host }}</a></p>
<p><b>Command: </b>{{ cronjob.command }}</p>
<table cellpadding="10">
<table>
<tr>
<th>Minute</th>
<th>Hour</th>

View File

@ -10,7 +10,7 @@
</body>
<footer>
{% block footer %}
<p><font size="1">Created by Andreas Zweili licensed under GPL v3.0</font></p>
<p>Created by Andreas Zweili licensed under GPL v3.0</p>
{% endblock %}
</footer>
</html>

View File

@ -4,7 +4,7 @@
<h3>Description</h3>
<p><b>Host:</b> <a href="{% url 'computer' cronjob.host.id %}">{{ cronjob.host }}</a></p>
<p><b>Command: </b>{{ cronjob.command }}</p>
<table cellpadding="10">
<table>
<tr>
<th>Minute</th>
<th>Hour</th>