Initial commit of DEMOS2 with the upgraded 'Create Event' UI. However, there is no input validation currently
This commit is contained in:
commit
7084bd1b16
155 changed files with 8102 additions and 0 deletions
1
allauthdemo/templates/bootstrap3/layout/tab-link.html
Executable file
1
allauthdemo/templates/bootstrap3/layout/tab-link.html
Executable file
|
@ -0,0 +1 @@
|
|||
<li class="tab-pane{% if 'active' in link.css_class %} active{% endif %}"><a href="#{{ link.css_id }}" data-toggle="tab">{{ link.name|capfirst }}{% if tab.errors %}!{% endif %}</a></li>
|
Reference in a new issue