2018-06-29 22:56:52 +00:00
|
|
|
{% load i18n %}
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
|
|
|
<h2 class="text-primary mb-5">{% trans "Speaking and Miniconfs" %}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
2018-08-01 04:54:53 +00:00
|
|
|
<!-- {% if user.speaker_profile %}
|
2018-06-29 22:56:52 +00:00
|
|
|
<div class="col-md-6 text-primary d-flex flex-column">
|
|
|
|
{% include "symposion/dashboard/_new_proposal.html" %}
|
|
|
|
</div>
|
2018-08-01 04:54:53 +00:00
|
|
|
{% endif %} -->
|
2018-06-29 22:56:52 +00:00
|
|
|
<div class="col-md-6 text-primary d-flex flex-column">
|
|
|
|
{% include "symposion/dashboard/_profile.html" %}
|
|
|
|
</div>
|
|
|
|
</div>
|