mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	New default avatar, placeholder texts removed
This commit is contained in:
		@@ -10,10 +10,9 @@
 | 
			
		||||
 | 
			
		||||
    <div class="col s12 l4">
 | 
			
		||||
      <h4>Profile Settings</h4>
 | 
			
		||||
      <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam 
 | 
			
		||||
      nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, 
 | 
			
		||||
      sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. 
 | 
			
		||||
      Stet clita kasd gubergren, no sea tak</p>
 | 
			
		||||
      <p>You can edit your public profile here and share it with other nopaque users. 
 | 
			
		||||
      Tell others about your (scientific) background so they can relate and network with you. 
 | 
			
		||||
      You can also set what should not be visible.</p>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="col s12 l8">
 | 
			
		||||
      <br>
 | 
			
		||||
@@ -117,10 +116,8 @@
 | 
			
		||||
 | 
			
		||||
    <div class="col s12 l4">
 | 
			
		||||
      <h4>General Settings</h4>
 | 
			
		||||
      <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam 
 | 
			
		||||
      nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, 
 | 
			
		||||
      sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. 
 | 
			
		||||
      Stet clita kasd gubergren, no sea tak</p>
 | 
			
		||||
      <p>Make general changes to your profile here. You can change your password, 
 | 
			
		||||
      username or email address, delete your profile and customize your notifications.</p>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="col s12 l8">
 | 
			
		||||
      <br>
 | 
			
		||||
 
 | 
			
		||||
@@ -12,6 +12,7 @@
 | 
			
		||||
              <div class="col s1"></div>
 | 
			
		||||
              <div class="col s3">
 | 
			
		||||
                <p> </p>
 | 
			
		||||
                <br>
 | 
			
		||||
                <img src="{{ url_for('.user_avatar', user_id=user.id) }}" alt="user-image" class="circle responsive-img">
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s1"></div>
 | 
			
		||||
@@ -39,12 +40,6 @@
 | 
			
		||||
                    <p> </p>
 | 
			
		||||
                    <p><i class="material-icons left">location_on</i>{{ user.location }}</p>
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                    {% if user.about_me %}
 | 
			
		||||
                    <blockquote>
 | 
			
		||||
                      <h5>About me</h5>
 | 
			
		||||
                      <p>{{ user.about_me }}</p>
 | 
			
		||||
                    </blockquote>
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                  </div>
 | 
			
		||||
                </div>
 | 
			
		||||
              </div>
 | 
			
		||||
@@ -54,6 +49,14 @@
 | 
			
		||||
            <div class="row">
 | 
			
		||||
              <div class="col s1"></div>
 | 
			
		||||
              <div class="col s8">
 | 
			
		||||
                {% if user.about_me %}
 | 
			
		||||
                <blockquote>
 | 
			
		||||
                  <h5>About me</h5>
 | 
			
		||||
                  <p>{{ user.about_me }}</p>
 | 
			
		||||
                </blockquote>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
                <p></p>
 | 
			
		||||
                <br>
 | 
			
		||||
                <table>
 | 
			
		||||
                  {% if user.full_name %}
 | 
			
		||||
                  <tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user