Skip to content

Commit

Permalink
fix: added necessary blocks for twig
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader committed Jun 4, 2024
1 parent f8a9ed0 commit dfa4f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpmyfaq/assets/templates/add.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% extends 'index.twig' %}

{% block content %}

<section class="col-12">
{% if noCategories == true %}
<div class="alert alert-danger">{{ msgFormDisabledDueToMissingCategories|raw }}</div>
Expand Down Expand Up @@ -109,3 +113,5 @@
<script src="{{ baseHref }}admin/assets/js/editor/tinymce.min.js?{{ currentTimestamp }}"></script>
{% endif %}
{% endif %}

{% endblock %}

0 comments on commit dfa4f82

Please sign in to comment.