Skip to content

Commit

Permalink
Add delete and message .html.jinja2 templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 13, 2017
1 parent a37c455 commit 174d980
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions baseframe/templates/baseframe/delete.html.jinja2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{%- if config['theme'] == 'mui' %}
{%- extends 'baseframe/mui/delete.html.jinja2' %}
{%- else %}
{% extends 'baseframe/bootstrap3/delete.html.jinja2' %}
{%- endif %}
5 changes: 5 additions & 0 deletions baseframe/templates/baseframe/message.html.jinja2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{%- if config['theme'] == 'mui' %}
{%- extends 'baseframe/mui/message.html.jinja2' %}
{%- else %}
{% extends 'baseframe/bootstrap3/message.html.jinja2' %}
{%- endif %}

0 comments on commit 174d980

Please sign in to comment.