~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/registration/profile.html

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base.html" %}
2
 
 
3
 
{% load i18n %}
4
 
 
5
 
{% block pagetitle %}{% trans 'Profile' %}{% endblock %}
6
 
 
7
 
{% block content %}
8
 
 
9
 
<p>Coming soon!</p>
10
 
 
11
 
{% endblock %}