Selaa lähdekoodia

Añado form.media a base.html

Celestino Rey 5 kuukautta sitten
vanhempi
sitoutus
45e1188507
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      templates/textdocs/base.html

+ 2 - 1
templates/textdocs/base.html

@@ -3,6 +3,7 @@
 <head>
     <title>{% block title %}Document Generator{% endblock %}</title>
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
+    {{ form.media }}
 </head>
 <body>
     <div class="container mt-4">
@@ -10,4 +11,4 @@
         {% block content %}{% endblock %}
     </div>
 </body>
-</html>
+</html>