Commit fcccbe7d36f927ac12ea80e7cceaaadb952e6bfa
1 parent
26778698
Exists in
master
and in
4 other branches
New configurable css class '.pdc-form'
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
app/main/templates/agent_edit.html
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | <!-- Invisible span to define wich ul and a in the navbar are actived --> | 12 | <!-- Invisible span to define wich ul and a in the navbar are actived --> |
13 | <span id="nav_actived" style="display: none">cds,agent/create</span> | 13 | <span id="nav_actived" style="display: none">cds,agent/create</span> |
14 | 14 | ||
15 | - <form id="agent_form" class="col-6" action="{{ url_for('main.agent_edit') }}" method="post"> | 15 | + <form id="agent_form" class="pdc-form" action="{{ url_for('main.agent_edit') }}" method="post"> |
16 | {% if agent %} | 16 | {% if agent %} |
17 | <input class="form-control" id="agent_id" name="agent_id" type="hidden" value="{{ agent['agent_id'] }}"> | 17 | <input class="form-control" id="agent_id" name="agent_id" type="hidden" value="{{ agent['agent_id'] }}"> |
18 | {% endif %} | 18 | {% endif %} |
app/templates/bs4-scripts.html