Skip to content

Commit

Permalink
[#21] include admin styling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Jun 20, 2024
1 parent 37039c6 commit eca1c75
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% extends "admin/base.html" %}
{% load open_api_framework %}

{% block extrastyle %}
<link rel="stylesheet" type="text/css" href="{% static 'open_api_framework/css/admin.css' %}">
{% endblock %}

{% block messages %}
{% if project.ENVIRONMENT_SHOWN_IN_ADMIN %}
{% environment %}
Expand Down

0 comments on commit eca1c75

Please sign in to comment.