Changeset - ad5954acf66e
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-09-24 04:55:09
tobiasschulmann@catalyst.net.nz
Add proposal section to dashboard
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/dashboard/speaking.html
Show inline comments
...
 
@@ -7,11 +7,11 @@
 
</div>
 

	
 
<div class="row">
 
  <!-- {% if user.speaker_profile %}
 
  {% if user.speaker_profile and proposal_kinds.length > 0 %}
 
  <div class="col-md-6 text-primary d-flex flex-column">
 
    {% include "symposion/dashboard/_new_proposal.html" %}
 
  </div>
 
  {% endif %} -->
 
  {% endif %}
 
  <div class="col-md-6 text-primary d-flex flex-column">
 
    {% include "symposion/dashboard/_profile.html" %}
 
  </div>
0 comments (0 inline, 0 general)